AGI STK VGT 11Send 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 _
) As 
[C#]
public void SetPoint(
    IAgCrdnPoint Point
);
[Managed C++]
public: void SetPoint(
    IAgCrdnPoint ^ Point
);
[Java]
public void setPoint(
    IAgCrdnPoint Point
);
[Unmanaged C++]
public: HRESULT SetPoint(
    IAgCrdnPoint * Point
);

Parameters

Point
A pointer to a vector object.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.