STK ObjectsSend comments on this topic.
ZOffset Property (IAgVeVOControlBox)
See Also
Windows





Windows & Linux

Description

The distance to offset the box (up or down). A positive value moves the box down, towards the ground. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ZOffset() As Double
[C#]
public double ZOffset {get; set;}
[Managed C++]
public: __property double get_ZOffset();
public: __property void set_ZOffset( double );
[Unmanaged C++]
public: HRESULT get_ZOffset(
    double * pVal
);
public: HRESULT put_ZOffset(
    double ZOffset
);
[Java]
public double getZOffset();
public void setZOffset(
    double
);
[Python - STK API ]
@property
def ZOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.