STK Vector Geometry ToolSend comments on this topic.
VectorAbout Property (IAgCrdnAngleFindResult)
See Also
Windows





Windows & Linux

Description

The vector the angle is rotated about.

Property type

Read-only property

Syntax

[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(
    IAgCartesian3Vector ** ppRetVal
);
[Java]
public IAgCartesian3Vector getVectorAbout();
[Python - STK API ]
@property
def VectorAbout(self) -> "IAgCartesian3Vector":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.