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 > ISchematicContainerManager.SetBottomMargin Method (ArcObjects .NET 10.5 SDK) |
Changes the bottom margin of the specified container.
[Visual Basic .NET] Public Sub SetBottomMargin ( _ ByVal Container As ISchematicInMemoryFeature, _ ByVal Margin As Double _ )
[C#] public void SetBottomMargin ( ISchematicInMemoryFeature Container, double Margin );
[C++]
HRESULT SetBottomMargin(
ISchematicInMemoryFeature* Container,
double Margin
);
[C++]
Parameters Container [in]
Container is a parameter of type ISchematicInMemoryFeature Margin [in] Margin is a parameter of type double