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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.