STK UtilSend comments on this topic.
Z Property (IAgCylindrical)
See Also
Windows





Windows & Linux

Description

Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Z() As Double
[C#]
public double Z {get; set;}
[Managed C++]
public: __property double get_Z();
public: __property void set_Z( double );
[Unmanaged C++]
public: HRESULT get_Z(
    double * pVal
);
public: HRESULT put_Z(
    double pVal
);
[Java]
public double getZ();
public void setZ(
    double
);
[Python - STK API ]
@property
def Z(self) -> float:

@Z.setter
def Z(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.