Description
Indicates how far along the orbit plane the box extends. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ZAxisLength() As Double
|
| [C#] |
|---|
public double ZAxisLength {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ZAxisLength(); public: __property void set_ZAxisLength(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ZAxisLength(
double * pVal
);
public: HRESULT put_ZAxisLength(
double ZAxisLength
);
|
| [Java] |
|---|
public double getZAxisLength();
public void setZAxisLength(
double
);
|
See Also