This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicBuilderRule Interface > ISchematicBuilderRule.SchematicRule Property (ArcObjects .NET 10.4 SDK) |
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