AGI STK VGT 11 Send comments on this topic.
Vector Property (IAgCrdnParameterSetVector)
See Also 





Description

Get the vector for which representations are computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Vector() As IAgCrdnVector

[C#]
public IAgCrdnVector Vector {get; set;}

[Managed C++]
public: __property IAgCrdnVector^ get_Vector();
public: __property void set_Vector(
IAgCrdnVector ^
);

[Unmanaged C++]
public: HRESULT get_Vector(
IAgCrdnVector ** ppRetVal
);
public: HRESULT put_Vector(
IAgCrdnVector * pNewVector
);

[Java]
public IAgCrdnVector getVector();public void setVector(
IAgCrdnVector
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1