Get the relative course for the procedure.
Read-only property
[Visual Basic .NET] |
---|
Public Property RelativeCourse() As System.Object |
[C#] |
---|
public System.Object RelativeCourse {get;} |
[Managed C++] |
---|
public: __property VARIANT get_RelativeCourse(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelativeCourse( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getRelativeCourse(); |