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






Windows & Linux

Description

A vector along which the source vector is projected. Can be any VGT vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AlongVector() As IAgCrdnVector
[C#]
public IAgCrdnVector AlongVector {get; set;}
[Managed C++]
public: __property IAgCrdnVector^ get_AlongVector();
public: __property void set_AlongVector(
   IAgCrdnVector ^
);
[Unmanaged C++]
public: HRESULT get_AlongVector(
   IAgCrdnVector ** ppRetVal
);
public: HRESULT put_AlongVector(
   IAgCrdnVector * pNewAlongVector
);
[Java]
public IAgCrdnVector getAlongVector();public void setAlongVector(
   IAgCrdnVector
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.