Specify the point's position. The position is relative with respect to the specified reference system.
Read-only property
[Visual Basic .NET] |
---|
Public Property FixedPoint() As IAgPosition |
[C#] |
---|
public IAgPosition FixedPoint {get;} |
[Managed C++] |
---|
public: __property IAgPosition ^ get_FixedPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_FixedPoint( IAgPosition ** ppRetVal ); |
[Java] |
---|
public IAgPosition getFixedPoint(); |
[Python - STK API ] |
---|
@property def FixedPoint(self) -> "IAgPosition": |