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++] |
---|
public: HRESULT get_Vector( IAgCrdnVector ** ppRetVal ); public: HRESULT put_Vector( IAgCrdnVector Vector ); |
[Java] |
---|
public IAgCrdnVector getVector(); public void setVector( IAgCrdnVector ); |
[Python - STK API ] |
---|
@property def Vector(self) -> "IAgCrdnVector": @Vector.setter def Vector(self, Vector:"IAgCrdnVector") -> None: |