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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.