STK Vector Geometry ToolSend 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 Point
);
[Java]
public IAgCrdnPoint getPoint();
public void setPoint(
    IAgCrdnPoint
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.