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


ISchematicElementClass.CreateSchematicElement Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElementClass.CreateSchematicElement Method

Creates a new schematic element in the specified schematic diagram.

[Visual Basic .NET]
Public Function CreateSchematicElement ( _
    ByVal Name As String, _
    ByVal Geometry As IGeometry, _
    ByVal SchematicDiagram As ISchematicDiagram _
) As ISchematicElement
[C#]
public ISchematicElement CreateSchematicElement (
    string Name,
    IGeometry Geometry,
    ISchematicDiagram SchematicDiagram
);
[C++]
HRESULT CreateSchematicElement(
  BSTR Name,
  IGeometry* Geometry,
  ISchematicDiagram* SchematicDiagram,
  ISchematicElement** SchematicElement
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR Geometry [in]
Geometry is a parameter of type IGeometry SchematicDiagram [in]
SchematicDiagram is a parameter of type ISchematicDiagram SchematicElement [out, retval]
SchematicElement is a parameter of type ISchematicElement

Product Availability

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

See Also

ISchematicElementClass Interface