Description
Rotation about the Z axis. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Z() As System.Object
|
| [C#] |
|---|
public System.Object Z {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Z(); public: __property void set_Z(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Z(
VARIANT * pVal
);
public: HRESULT put_Z(
VARIANT vVal
);
|
| [Java] |
|---|
public AgVariant getZ();
public void setZ(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Z(self) -> typing.Any:
@Z.setter
def Z(self, vVal:typing.Any) -> None:
|
See Also