ESRI.ArcGIS.ADF.IMS
ClipFeatures Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.