This document is archived and information here might be outdated. Recommended version. |
Provides access to members that return and modify subtype information.
ISubtypes interface is implemented by the ObjectClass class and is used to maintain information about subtypes for the object class. Subtypes can be removed, added, and retrieved using this interface. Default subtypes and subtypecodes can be set for the object class here as well.
Name | Description | |
---|---|---|
AddSubtype | Adds the subtype to the set of associated subtypes. | |
DefaultSubtypeCode | The default subtype associated with the class. | |
DefaultValue | The default value for the associated attribute. | |
DeleteSubtype | Deletes the subtype from the set of associated subtypes. | |
Domain | The domain given the subtype and field. | |
HasSubtype | Indicates if the table has subtypes. | |
SubtypeFieldIndex | The subtype field index. | |
SubtypeFieldName | The subtype field name. | |
SubtypeName | The subtype name. | |
Subtypes | The subtypes associated with the class. |
Classes | Description |
---|---|
FeatureClass | Esri Feature Class object. |
ObjectClass | Esri Object Class object. |
RouteEventSource (esriLocation) | Route event source object. |
SchematicDiagramClass (esriSchematic) | Schematic diagram class object. |
SchematicElementClass (esriSchematic) | Schematic element class object. |
SchematicInMemoryFeatureClass (esriSchematic) | Schematic in memory feature class object. |
TemporalRecordSet (esriTrackingAnalyst) | Defines the COM coclass for the TemporalRecordSet COM object. |
XYEventSource | XY event source object. |