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
);
|
| [Python - STK API] |
|---|
@property
def ZAxisLength(self) -> float:
@ZAxisLength.setter
def ZAxisLength(self, ZAxisLength:float) -> None:
|
See Also