ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureClass.Type Property

Schematic element type of the schematic in memory feature class.

[Visual Basic .NET]
Public ReadOnly Property Type As esriSchematicElementType
[C#]
public esriSchematicElementType Type {get;}
[C++]
HRESULT get_Type(
  esriSchematicElementType* ElementType
);
[C++]

Parameters

ElementType [out, retval]

  ElementType is a parameter of type esriSchematicElementType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureClass Interface