The maximum viewing distance at which the finest 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 All() As Double |
[C#] |
---|
public double All {get; set;} |
[Managed C++] |
---|
public: __property double get_All(); |
[Unmanaged C++] |
---|
public: HRESULT get_All( double * pAll ); public: HRESULT put_All( double All ); |
[Java] |
---|
public double getAll(); public void setAll( double ); |