STK Vector Geometry ToolSend comments on this topic.
XAxis Property (IAgCrdnPlaneFindInSystemResult)
See Also
Windows





Windows & Linux

Description

X-axis vector in the specified reference system.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property XAxis() As IAgCartesian3Vector
[C#]
public IAgCartesian3Vector XAxis {get;}
[Managed C++]
public: __property IAgCartesian3Vector ^ get_XAxis();
[Unmanaged C++]
public: HRESULT get_XAxis(
    IAgCartesian3Vector ** ppRetVal
);
[Java]
public IAgCartesian3Vector getXAxis();
[Python - STK API ]
@property
def XAxis(self) -> "IAgCartesian3Vector":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.