STK Vector Geometry ToolSend 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 Point
);
[Java]
public IAgCrdnPoint getPoint();
public void setPoint(
    IAgCrdnPoint
);
[Python - STK API ]
@property
def Point(self) -> "IAgCrdnPoint":

@Point.setter
def Point(self, Point:"IAgCrdnPoint") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.