AGI STK VGT 11 Send comments on this topic.
DirectionVector Property (IAgCrdnPointCentBodyIntersect)
See Also 





Description

A direction vector. Can be any vector from VGT.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DirectionVector() As IAgCrdnVector

[C#]
public IAgCrdnVector DirectionVector {get; set;}

[Managed C++]
public: __property IAgCrdnVector^ get_DirectionVector();
public: __property void set_DirectionVector(
IAgCrdnVector ^
);

[Unmanaged C++]
public: HRESULT get_DirectionVector(
IAgCrdnVector ** ppRetVal
);
public: HRESULT put_DirectionVector(
IAgCrdnVector * pNewDirectionVector
);

[Java]
public IAgCrdnVector getDirectionVector();public void setDirectionVector(
IAgCrdnVector
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1