Description
Get the custom reference system which is used
as a reference for signal path if the signal path reference option
is set to Custom.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ReferenceSystem() As IAgCrdnSystem
|
[Managed C++] |
public: __property IAgCrdnSystem^ get_ReferenceSystem();
public: __property void set_ReferenceSystem(
IAgCrdnSystem ^
);
|
[Unmanaged C++] |
public: HRESULT get_ReferenceSystem(
IAgCrdnSystem ** ppRetVal
);
public: HRESULT put_ReferenceSystem(
IAgCrdnSystem * pNewReferenceSystem
);
|
See Also