STK ObjectsSend comments on this topic.
Point Property (IAgMtoVOTrack)
See Also
Windows





Windows & Linux

Description

Get the track's 3D point properties.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.