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





Description

A point which velocity this vector represents. Can be any VGT point.

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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1