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


ISchematicRulesHelper.RelationController Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRulesHelper Interface > ISchematicRulesHelper.RelationController Property
ArcGIS Developer Help

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