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






Windows & Linux

Description

Specify any vector in VGT. Note that its magnitude is reference axes independent which is why it is not specified.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InputVector() As IAgCrdnVector
[C#]
public IAgCrdnVector InputVector {get; set;}
[Managed C++]
public: __property IAgCrdnVector^ get_InputVector();
public: __property void set_InputVector(
   IAgCrdnVector ^
);
[Unmanaged C++]
public: HRESULT get_InputVector(
   IAgCrdnVector ** ppRetVal
);
public: HRESULT put_InputVector(
   IAgCrdnVector * pNewInputVector
);
[Java]
public IAgCrdnVector getInputVector();public void setInputVector(
   IAgCrdnVector
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.