Get the vector for which representations are computed.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Vector() As IAgCrdnVector |
| [C#] |
|---|
public IAgCrdnVector Vector {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnVector ^ get_Vector(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVector getVector(); public void setVector( IAgCrdnVector ); |
| [Python - STK API] |
|---|
@property def Vector(self) -> "IAgCrdnVector": @Vector.setter def Vector(self, Vector:"IAgCrdnVector") -> None: |





