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





Windows & Linux

Description

Returns the Z axis of the component.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.