com.esri.arcgis.schematic
Interface ISchematicContainerManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicContainerManager

public interface ISchematicContainerManager
extends Serializable

Provides access to members that control the container manager.

Product Availability

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

See Also:
ISchematicBarycenterManager, ISchematicRelationManager

Method Summary
 double getContainerMargin(INgElement container)
          Returns the margin for the specified container.
 void setContainerMargin(INgElement container, double margin)
          Sets the margin for the specified container.
 

Method Detail

getContainerMargin

double getContainerMargin(INgElement container)
                          throws IOException,
                                 AutomationException
Returns the margin for the specified container.

Product Availability

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

Parameters:
container - A reference to a com.esri.arcgis.schematic.INgElement (in)
Returns:
The margin
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicContainerManager.setContainerMargin(com.esri.arcgis.schematic.INgElement, double)

setContainerMargin

void setContainerMargin(INgElement container,
                        double margin)
                        throws IOException,
                               AutomationException
Sets the margin for the specified container.

Product Availability

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

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