Specify the position of the system's origin.
Read-only property
[Visual Basic .NET] |
---|
Public Property Position() As IAgCrdnLLAPosition |
[C#] |
---|
public IAgCrdnLLAPosition Position {get;} |
[Managed C++] |
---|
public: __property IAgCrdnLLAPosition ^ get_Position(); |
[Unmanaged C++] |
---|
public: HRESULT get_Position( IAgCrdnLLAPosition ** ppRetVal ); |
[Java] |
---|
public IAgCrdnLLAPosition getPosition(); |
[Python - STK API ] |
---|
@property def Position(self) -> "IAgCrdnLLAPosition": |