com.esri.arcgis.schematic
Interface ISchematicElementContainerEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicElementContainerEditProxy, SchematicDiagram

public interface ISchematicElementContainerEdit
extends Serializable

Provides access to members that control the schematic elements edition within a container (that is, within a schematic diagram).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
ISchematicElementContainer

Method Summary
 boolean canDeleteSchematicElements()
          Indicates if schematic elements can be deleted within the container.
 void deleteSchematicElement(INgElement ngElement)
          Delete a schematic element within the container.
 

Method Detail

canDeleteSchematicElements

boolean canDeleteSchematicElements()
                                   throws IOException,
                                          AutomationException
Indicates if schematic elements can be deleted within the container.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The canDelete
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicElementContainer

deleteSchematicElement

void deleteSchematicElement(INgElement ngElement)
                            throws IOException,
                                   AutomationException
Delete a schematic element within the container.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicElementContainer