Get the track's 3D point properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Point() As IAgMtoVOPoint |
[C#] |
---|
public IAgMtoVOPoint Point {get;} |
[Managed C++] |
---|
public: __property IAgMtoVOPoint ^ get_Point(); |
[Unmanaged C++] |
---|
public: HRESULT get_Point( IAgMtoVOPoint ** ppVal ); |
[Java] |
---|
public IAgMtoVOPoint getPoint(); |
[Python - STK API ] |
---|
@property def Point(self) -> "IAgMtoVOPoint": |