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






Windows & Linux

Description

Vector A can be any VGT vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VectorA() As IAgCrdnVector
[C#]
public IAgCrdnVector VectorA {get; set;}
[Managed C++]
public: __property IAgCrdnVector^ get_VectorA();
public: __property void set_VectorA(
   IAgCrdnVector ^
);
[Unmanaged C++]
public: HRESULT get_VectorA(
   IAgCrdnVector ** ppRetVal
);
public: HRESULT put_VectorA(
   IAgCrdnVector * pNewVectorA
);
[Java]
public IAgCrdnVector getVectorA();public void setVectorA(
   IAgCrdnVector
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.