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( |
[Java] |
---|
public IAgCrdnVector getVector();public void setVector( |