Provides access to members that control the schematic feature.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
Members
|
|
Description |
|
Extent |
The extent of the feature. |
|
FeatureType |
The type of the feature. |
|
Name |
Name of the schematic element. |
|
SchematicDiagram |
Schematic diagram related to the schematic element. |
|
SchematicElementClass |
Schematic element class related to the schematic element. |
|
Shape |
A reference to the default shape for the feature. |
|
ShapeCopy |
A cloned copy of the default shape for the feature. |
Inherited Interfaces
Interfaces |
Description |
IFeature |
Provides access to members that return and set properties of a feature. |
CoClasses that implement ISchematicFeature
.NET Samples
Implementing a schematic digitizing tool (Code Files:
DigitTool DockableDigit) |
Implementing a schematic layout algorithm and its layout property page (Code Files:
TranslateTree) |