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


ISchematicElementClass.CreateSchematicElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClass Interface > ISchematicElementClass.CreateSchematicElement Method
ArcGIS Developer Help

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
);
[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*

Product Availability

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

See Also

ISchematicElementClass Interface