Base path used when storing relative path names.
[Visual Basic 6.0] Property RelativeBase As String
[Visual Basic .NET] Public Property RelativeBase As String
[C#] public string RelativeBase {get; set;}
[Java] public String getRelativeBase() throws IOException, AutomationException
[Java] public void setRelativeBase( String RelativeBase ) throws IOException, AutomationException
[C++]
HRESULT get_RelativeBase(
BSTR* basePath
);
[C++] HRESULT put_RelativeBase( BSTR basePath);
Parameters
basePath [out, retval]
basePath is a parameter of type BSTR
basePath [in]
basePath is a parameter of type BSTR