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


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

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