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


ISchematicBuilderRule.SchematicRule Property (ArcObjects .NET 10.5 SDK)
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