ESRI.ArcGIS.ADF.IMS
ClipFeatures Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > ExtractInfo Class : ClipFeatures Property




Whether features will be clipped at the current map extent.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ClipFeatures As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ExtractInfo
Dim value As Boolean
 
value = instance.ClipFeatures
C# 
public bool ClipFeatures {get;}

Remarks

Determines whether features are clipped at the current extent boundary. If no clipping is used, features partially within the envelope are extracted in their entirety. If clipping is used, features are extracted based on the current extent boundary. Note that none of a layer's database values (e.g., a length field) are prorated for any clipped features.

This property is read only. To modify the setting, you must change the ArcXML configuration file for the map service.

See Also

© 2010 All Rights Reserved.