This document is archived and information here might be outdated.  Recommended version.


ISchematicRulesHelper.RelationController Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRulesHelper.RelationController Property

Obtain the Relation Controller from the rules helper.

[Visual Basic .NET]
Public ReadOnly Property RelationController As ISchematicRelationController
[C#]
public ISchematicRelationController RelationController {get;}
[C++]
HRESULT get_RelationController(
  ISchematicRelationController** RelationController
);
[C++]

Parameters RelationController [out, retval]
RelationController is a parameter of type ISchematicRelationController

Product Availability

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

See Also

ISchematicRulesHelper Interface