AGI STK VGT 11Send 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
);
[Java]
public  setVector(
   IAgCrdnVector Vector
);
[Unmanaged C++]
public: HRESULT SetVector(
   IAgCrdnVector * Vector
);

Parameters

Vector
A pointer to a valid vector.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.