This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.ClipFarFactor Property (ArcObjects .NET 10.5 SDK) |
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