STK Vector Geometry ToolSend comments on this topic.
SetPoint Method (IAgCrdnPointRefTo)
See Also
Point
A valid VGT point object.
Windows





Windows & Linux

Description

Sets a new point.

Syntax

[Visual Basic .NET]
Public Sub SetPoint( _
    ByVal Point As IAgCrdnPoint _
)
[C#]
public void SetPoint(
    IAgCrdnPoint Point
);
[Managed C++]
public: void SetPoint(
    IAgCrdnPoint ^ Point
);
[Unmanaged C++]
public: HRESULT SetPoint(
    IAgCrdnPoint * Point
);
[Java]
public void setPoint(
    IAgCrdnPoint Point
);
[Python - STK API ]
def SetPoint(self, Point:"IAgCrdnPoint") -> None:

Parameters

Point
A valid VGT point object.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.