STK Vector Geometry ToolSend comments on this topic.
SetVector Method (IAgCrdnVectorRefTo)
See Also
Vector
A pointer to a valid vector.
Windows





Windows & Linux

Description

Sets a new vector.

Syntax

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

Parameters

Vector
A pointer to a valid vector.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.