ArcObjects Library Reference (Schematic)  

ISchematicBuilderRule.SchematicRule Property

Schematic rule associated to the schematic builder rule.

[Visual Basic .NET]
Public Property SchematicRule As ISchematicRule
[C#]
public ISchematicRule SchematicRule {get; set;}
[C++]
HRESULT get_SchematicRule(
  ISchematicRule** SchematicRule
);
[C++]
HRESULT putref_SchematicRule(
  ISchematicRule* SchematicRule
);
[C++]

Parameters

SchematicRule [out, retval]

  SchematicRule is a parameter of type ISchematicRule

SchematicRule [in]

  SchematicRule is a parameter of type ISchematicRule

Product Availability

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

See Also

ISchematicBuilderRule Interface