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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.