Description
The maximum viewing distance at which the
coarsest detail in the model, label and vectors, attitude sphere,
and geostationary box is displayed. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property ModelLabel() As Double
|
| [C#] |
public double ModelLabel {get; set;}
|
| [Managed C++] |
public: __property double get_ModelLabel();
public: __property void set_ModelLabel(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_ModelLabel(
double * pRetVal
);
public: HRESULT put_ModelLabel(
double NewModelLabel
);
|
| [Java] |
public double getModelLabel();public void setModelLabel(
double
);
|
See Also