com.esri.arcgis.schematic
Interface ISchematicContainerManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicContainerManagerProxy, SchematicContainerManager

public interface ISchematicContainerManager
extends java.io.Serializable

COM Interface 'ISchematicContainerManager'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the drawing of the containers.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7574cafe_81b4_46bd_aa3a_960a34c5376a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getBottomMargin(ISchematicInMemoryFeature container)
          Bottom margin of the specified container.
 double getLeftMargin(ISchematicInMemoryFeature container)
          Left margin of the specified container.
 double getRightMargin(ISchematicInMemoryFeature container)
          Right margin of the specified container.
 double getTopMargin(ISchematicInMemoryFeature container)
          Top margin of the specified container.
 void setBottomMargin(ISchematicInMemoryFeature container, double margin)
          Changes the bottom margin of the specified container.
 void setLeftMargin(ISchematicInMemoryFeature container, double margin)
          Changes the left margin of the specified container.
 void setRightMargin(ISchematicInMemoryFeature container, double margin)
          Changes the right margin of the specified container.
 void setTopMargin(ISchematicInMemoryFeature container, double margin)
          Changes the top margin of the specified container.
 

Field Detail

IID7574cafe_81b4_46bd_aa3a_960a34c5376a

static final int IID7574cafe_81b4_46bd_aa3a_960a34c5376a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLeftMargin

double getLeftMargin(ISchematicInMemoryFeature container)
                     throws java.io.IOException,
                            AutomationException
Left margin of the specified container.

Parameters:
container - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
Returns:
The margin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeftMargin

void setLeftMargin(ISchematicInMemoryFeature container,
                   double margin)
                   throws java.io.IOException,
                          AutomationException
Changes the left margin of the specified container.

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

getRightMargin

double getRightMargin(ISchematicInMemoryFeature container)
                      throws java.io.IOException,
                             AutomationException
Right margin of the specified container.

Parameters:
container - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
Returns:
The margin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRightMargin

void setRightMargin(ISchematicInMemoryFeature container,
                    double margin)
                    throws java.io.IOException,
                           AutomationException
Changes the right margin of the specified container.

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

getTopMargin

double getTopMargin(ISchematicInMemoryFeature container)
                    throws java.io.IOException,
                           AutomationException
Top margin of the specified container.

Parameters:
container - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
Returns:
The margin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTopMargin

void setTopMargin(ISchematicInMemoryFeature container,
                  double margin)
                  throws java.io.IOException,
                         AutomationException
Changes the top margin of the specified container.

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

getBottomMargin

double getBottomMargin(ISchematicInMemoryFeature container)
                       throws java.io.IOException,
                              AutomationException
Bottom margin of the specified container.

Parameters:
container - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
Returns:
The margin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBottomMargin

void setBottomMargin(ISchematicInMemoryFeature container,
                     double margin)
                     throws java.io.IOException,
                            AutomationException
Changes the bottom margin of the specified container.

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