Second vector.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property VectorB() As IAgCrdnVector |
| [C#] |
|---|
public IAgCrdnVector VectorB {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnVector ^ get_VectorB(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVector getVectorB(); public void setVectorB( IAgCrdnVector ); |
| [Python - STK API] |
|---|
@property def VectorB(self) -> "IAgCrdnVector": @VectorB.setter def VectorB(self, VectorB:"IAgCrdnVector") -> None: |





