AGI STK Objects 11 Send comments on this topic.
Z Property (IAgVOOffsetRotate)
See Also 





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 * pRetVal
);
public: HRESULT put_Z(
VARIANT NewZ
);

[Java]
public Variant getZ();public void setZ(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1