The vector the angle is rotated about.
Read-only property
[Visual Basic .NET] |
---|
Public Property VectorAbout() As IAgCartesian3Vector
|
[C#] |
---|
public IAgCartesian3Vector VectorAbout {get;}
|
[Managed C++] |
---|
public: __property IAgCartesian3Vector^ get_VectorAbout();
|
[Unmanaged C++] |
---|
public: HRESULT get_VectorAbout(
|
[Java] |
---|
public IAgCartesian3Vector getVectorAbout();
|