This document is archived and information here might be outdated.  Recommended version.


ISchematicContainerManager Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicContainerManager Interface
ArcGIS Developer Help

ISchematicContainerManager Interface

Provides access to members that manage the drawing of the containers.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

Thats is, manage the size of the margin between the container boundary and its content.

Members

Name Description
Method GetBottomMargin Bottom margin of the specified container.
Method GetLeftMargin Left margin of the specified container.
Method GetRightMargin Right margin of the specified container.
Method GetTopMargin Top margin of the specified container.
Method SetBottomMargin Changes the bottom margin of the specified container.
Method SetLeftMargin Changes the left margin of the specified container.
Method SetRightMargin Changes the right margin of the specified container.
Method SetTopMargin Changes the top margin of the specified container.

Classes that implement ISchematicContainerManager

Classes Description
SchematicContainerManager Schematic container manager object.