AGI STK VGT 11 Send comments on this topic.
SetPoint Method (IAgCrdnPointRefTo)
See Also 
Point
A pointer to a vector 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
);

[Java]
public  setPoint(
IAgCrdnPoint Point
);

[Unmanaged C++]
public: HRESULT SetPoint(
IAgCrdnPoint * Point
);

Parameters

Point
A pointer to a vector object.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface