This document is archived and information here might be outdated. Recommended version. |
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*