AGI STK VGT 11 Send comments on this topic.
SetPoint Method (IAgCrdnPointRefTo)
See Also 
Point
A pointer to a vector object.





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1