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






Windows & Linux

Description

Vector B can be any VGT vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VectorB() As IAgCrdnVector
[C#]
public IAgCrdnVector VectorB {get; set;}
[Managed C++]
public: __property IAgCrdnVector^ get_VectorB();
public: __property void set_VectorB(
   IAgCrdnVector ^
);
[Unmanaged C++]
public: HRESULT get_VectorB(
   IAgCrdnVector ** ppRetVal
);
public: HRESULT put_VectorB(
   IAgCrdnVector * pNewVectorB
);
[Java]
public IAgCrdnVector getVectorB();public void setVectorB(
   IAgCrdnVector
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.