This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassDraw Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that set customized drawing properties.
The IFeatureClassDraw interface is an optional interface for feature class extensions, used to specify custom drawing behavior in ArcMap.
Before a FeatureLayer draws features in a feature class, it will check the FeatureClassExtension for support of this interface. Custom drawing can be achieved through the use of a custom renderer or through the use of a custom feature that implements IFeatureDraw::Draw.
Description | ||
---|---|---|
CustomRenderer | The custom renderer for the FeatureClass. | |
CustomRendererPropPageCLSID | The custom renderer's property page CLSID. | |
DoesCustomDrawing | Indicates whether the FeatureClass does custom drawing. | |
ExclusiveCustomRenderer | Indicates whether the custom renderer is exclusive or not. | |
HasCustomRenderer | Indicates whether the feature class has a custom renderer. | |
RequiredFieldsForDraw | The required fields for drawing a Feature. |
CoClasses and Classes | Description |
---|---|
SchematicInMemoryFeatureClass (esriSchematic) | Schematic in memory feature class object. |
If using a custom renderer, the ExclusiveCustomRenderer property can be used to restrict the available renderers to the custom one for the feature class. If the custom renderer is configurable, a configuration property page can be specified with the CustomRendererPropPageCLSID property. If using a custom feature and that feature utilizes extra fields beyond the Shape for drawing, it is necessary to specify those fields in the RequiredFieldsForDraw property or they will not be returned in the FeatureLayer�s FeatureCursor.