STK Vector Geometry ToolSend comments on this topic.
X Property (IAgCrdnAxes)
See Also
Windows





Windows & Linux

Description

Returns the X axis of the component.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.