ArcObjects Library Reference (GlobeCore)  

IGlobeAdvancedOptions.ClipFarFactor Property

The Far Plane Clipping Factor.

[Visual Basic .NET]
Public Property ClipFarFactor As Double
[C#]
public double ClipFarFactor {get; set;}
[C++]
HRESULT get_ClipFarFactor(
  double* pValue
);
[C++]
HRESULT put_ClipFarFactor(
  double pValue
);
[C++]

Parameters

pValue [out, retval]   pValue is a parameter of type double pValue [in]   pValue is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeAdvancedOptions Interface