AGI STK VGT 11 Send comments on this topic.
SourceVector Property (IAgCrdnVectorFixedAtTimeInstant)
See Also 





Description

A source vector. Can be any VGT vector.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property IAgCrdnVector^ get_SourceVector();
public: __property void set_SourceVector(
IAgCrdnVector ^
);

[Unmanaged C++]
public: HRESULT get_SourceVector(
IAgCrdnVector ** ppRetVal
);
public: HRESULT put_SourceVector(
IAgCrdnVector * pNewSourceVector
);

[Java]
public IAgCrdnVector getSourceVector();public void setSourceVector(
IAgCrdnVector
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1