AGI STK VGT 11 Send comments on this topic.
Point Property (IAgCrdnParameterSetTrajectory)
See Also 
Windows






Windows & Linux

Description

Get the point for which trajectory representations are computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Point() As IAgCrdnPoint

[C#]
public IAgCrdnPoint Point {get; set;}

[Managed C++]
public: __property IAgCrdnPoint^ get_Point();
public: __property void set_Point(
IAgCrdnPoint ^
);

[Unmanaged C++]
public: HRESULT get_Point(
IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_Point(
IAgCrdnPoint * pNewPoint
);

[Java]
public IAgCrdnPoint getPoint();public void setPoint(
IAgCrdnPoint
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface