This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicContainerManager Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that manage the drawing of the containers.
Thats is, manage the size of the margin between the container boundary and its content.
Description | ||
---|---|---|
GetBottomMargin | Bottom margin of the specified container. | |
GetLeftMargin | Left margin of the specified container. | |
GetRightMargin | Right margin of the specified container. | |
GetTopMargin | Top margin of the specified container. | |
SetBottomMargin | Changes the bottom margin of the specified container. | |
SetLeftMargin | Changes the left margin of the specified container. | |
SetRightMargin | Changes the right margin of the specified container. | |
SetTopMargin | Changes the top margin of the specified container. |
CoClasses and Classes | Description |
---|---|
SchematicContainerManager | Schematic container manager object. |