Show / Hide Table of Contents

Property ClippingArea

ClippingArea

Gets or sets the area that defines what is clipped for display.

Declaration
public Envelope? ClippingArea { get; set; }
Property Value
Type Description
Envelope

The area that defines what is clipped for display.

Remarks

important

This property only applies to local scenes

The clipping area is used to define the bounds of a local scene. If defined, only data (including the basemap) inside the specified area is displayed.

Set the IsClippingEnabled property to true to apply the specified clipping area to the view.

This property applies only to local scenes. It is used to define the bounds of a local scene. If defined, only data (including the basemap) inside the specified area is displayed. If the specified clipping area cannot be projected to the view's coordinate system, then no clipping area is applied to the scene and it is displayed at its original extent.

See Also
IsClippingEnabled

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.