Description
Gets or sets the maximum viewing distance at which the model, vectors, attitude sphere, and geostationary box is displayed.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MaximumModelDistance() As Double
|
[C#] |
---|
public double MaximumModelDistance {get; set;}
|
[Managed C++] |
---|
public: __property double get_MaximumModelDistance(); public: __property void set_MaximumModelDistance(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_MaximumModelDistance(
double * pThreshold
);
public: HRESULT put_MaximumModelDistance(
double Threshold
);
|
[Java] |
---|
public double getMaximumModelDistance();
public void setMaximumModelDistance(
double
);
|
See Also