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
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |