ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeature.SchematicRelationManager Property

Schematic relation manager of the schematic in memory feature.

[Visual Basic .NET]
Public ReadOnly Property SchematicRelationManager As ISchematicRelationManager
[C#]
public ISchematicRelationManager SchematicRelationManager {get;}
[C++]
HRESULT get_SchematicRelationManager(
  ISchematicRelationManager** SchematicRelationManager
);
[C++]

Parameters

SchematicRelationManager [out, retval]

  SchematicRelationManager is a parameter of type ISchematicRelationManager

Product Availability

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

See Also

ISchematicInMemoryFeature Interface