Description
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.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property All() As Double
|
| [C#] |
|---|
public double All {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_All(); public: __property void set_All( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_All( double * pRetVal ); public: HRESULT put_All( double NewAll );
|
| [Java] |
|---|
public double getAll();public void setAll( double );
|
See Also