ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureClass.SchematicElementClass Property

The schematic element class relative to the schematic in memory feature class.

[Visual Basic .NET]
Public ReadOnly Property SchematicElementClass As ISchematicElementClass
[C#]
public ISchematicElementClass SchematicElementClass {get;}
[C++]
HRESULT get_SchematicElementClass(
  ISchematicElementClass** SchematicElementClass
);
[C++]

Parameters

SchematicElementClass [out, retval]

  SchematicElementClass is a parameter of type ISchematicElementClass

Product Availability

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

See Also

ISchematicInMemoryFeatureClass Interface

.NET Samples

Implementing a schematic layout algorithm and its layout property page (Code Files: TranslateTree) |