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





Description

The Z value of the offset, used only when the offset frame is Cartesian, where positive and negative values move the label out of and into the screen, respectively. Uses SmallDistanceUnit 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 * pRetVal
);
public: HRESULT put_Z(
double NewZ
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1