Show / Hide Table of Contents

Property ClippingDistance

ClippingDistance

Gets or sets the clipping distance in meters around the OriginCamera. The default is 0.0. When the value is set to 0.0, there is no enforced clipping distance and therefore no limiting of displayed data. Setting the value to 10.0 will only render data for 10 meters around the origin camera.

Declaration
public double ClippingDistance { get; set; }
Property Value
Type Description
System.Double

The clipping distance in meters around the OriginCamera. The default is 0.0. When the value is set to 0.0, there is no enforced clipping distance and therefore no limiting of displayed data. Setting the value to 10.0 will only render data for 10 meters around the origin camera.

Remarks

You can use clipping distance to limit the display of data in world-scale AR or clip data for tabletop AR.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.7 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.7 - 200.8
Xamarin.Android100.7 - 100.15
Xamarin.iOS100.7 - 100.15
UWP100.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.