AGI STK Objects 11Send 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 VARIANT getZ();
public void setZ(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.