AGI STK VGT 11 Send comments on this topic.
GetVector Method (IAgCrdnVectorRefTo)
See Also 
Windows






Windows & Linux

Description

Returns the actual vector object behind the reference. Use IAgCrdn.IsValid to test the validity of the returned object.

Syntax

[Visual Basic .NET]
Public Function GetVector() As IAgCrdnVector

[C#]
public IAgCrdnVector GetVector();

[Managed C++]
public: IAgCrdnVector^ GetVector();

[Java]
public IAgCrdnVector getVector();

[Unmanaged C++]
public: HRESULT GetVector(
IAgCrdnVector ** ReturnValue
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface