STK Vector Geometry ToolSend comments on this topic.
ReferenceSystem Property (IAgCrdnSignalDelayBasic)
See Also
Windows





Windows & Linux

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
[C#]
public IAgCrdnSystem ReferenceSystem {get; set;}
[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 ReferenceSystem
);
[Java]
public IAgCrdnSystem getReferenceSystem();
public void setReferenceSystem(
    IAgCrdnSystem
);
[Python - STK API ]
@property
def ReferenceSystem(self) -> "IAgCrdnSystem":

@ReferenceSystem.setter
def ReferenceSystem(self, ReferenceSystem:"IAgCrdnSystem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.