com.esri.arcgis.schematic
Interface esriSchematicContainerMarginUnit

All Superinterfaces:
java.io.Serializable

public interface esriSchematicContainerMarginUnit
extends java.io.Serializable

Constants from esriSchematicContainerMarginUnit' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Schematic Container Margin Unit Type.' 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 int esriSchematicMarginBoundingBoxPercentage
          Container margin is a percentage of the contained features bounding box.
static int esriSchematicMarginGeographicalCoordinates
          Container margin unit is the same as the geographical coordinates.
static int esriSchematicMarginPixels
          Container margin unit is one pixel.
 

Field Detail

esriSchematicMarginPixels

static final int esriSchematicMarginPixels
Container margin unit is one pixel.

See Also:
Constant Field Values

esriSchematicMarginGeographicalCoordinates

static final int esriSchematicMarginGeographicalCoordinates
Container margin unit is the same as the geographical coordinates.

See Also:
Constant Field Values

esriSchematicMarginBoundingBoxPercentage

static final int esriSchematicMarginBoundingBoxPercentage
Container margin is a percentage of the contained features bounding box.

See Also:
Constant Field Values