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.

See Also

ISchematicDiagramClass Interface