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





Windows & Linux

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 * pVal
);
public: HRESULT put_Z(
    double dVal
);
[Java]
public double getZ();
public void setZ(
    double
);
[Python - STK API ]
@property
def Z(self) -> float:

@Z.setter
def Z(self, dVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.