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.
Read-write property
[Visual Basic .NET] |
---|
Public Property ModelLabel() As Double |
[C#] |
---|
public double ModelLabel {get; set;} |
[Managed C++] |
---|
public: __property double get_ModelLabel(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModelLabel( double * pModelLabel ); public: HRESULT put_ModelLabel( double ModelLabel ); |
[Java] |
---|
public double getModelLabel(); public void setModelLabel( double ); |