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


ISchematicDiagramClass.DefaultSchematicNodeClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagramClass.DefaultSchematicNodeClass Property

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 [out, retval]
SchematicElementClass is a parameter of type ISchematicElementClass SchematicElementClass [in]
SchematicElementClass is a parameter of type ISchematicElementClass

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

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.

See Also

ISchematicDiagramClass Interface