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