Get the custom reference system which is used as a reference for signal path if the signal path reference option is set to Custom.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferenceSystem() As IAgCrdnSystem |
[C#] |
---|
public IAgCrdnSystem ReferenceSystem {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnSystem ^ get_ReferenceSystem(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceSystem( IAgCrdnSystem ** ppRetVal ); public: HRESULT put_ReferenceSystem( IAgCrdnSystem ReferenceSystem ); |
[Java] |
---|
public IAgCrdnSystem getReferenceSystem(); public void setReferenceSystem( IAgCrdnSystem ); |