This document is archived and information here might be outdated. Recommended version. |
Default schematic in memory node element class related to the schematic diagram class.
[Visual Basic .NET] Public Property DefaultSchematicNodeClass As ISchematicElementClass
[C#] public ISchematicElementClass DefaultSchematicNodeClass {get; set;}
[C++]
HRESULT get_DefaultSchematicNodeClass(
ISchematicElementClass* SchematicElementClass
);
[C++]
HRESULT put_DefaultSchematicNodeClass(
ISchematicElementClass** SchematicElementClass
);
[C++] Parameters SchematicElementClass [in]
SchematicElementClass is a parameter of type ISchematicElementClass* SchematicElementClass [out, retval]
SchematicElementClass is a parameter of type ISchematicElementClass**
When the origin and/or end nodes for the links are missing, the schematic links in the diagrams may start/end with no extremity nodes. Specifying the DefaultSchematicNodeClass allows you to avoid these potential missing nodes; default extremity nodes based on this schematic node class will be automatically added at the end of the links when needed.