STK ObjectsSend comments on this topic.
Z Property (IAgVOOffsetRotate)
See Also
Windows





Windows & Linux

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.