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


ISchematicContainerManager.SetLeftMargin Method (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 > ISchematicContainerManager.SetLeftMargin Method
ArcGIS Developer Help

ISchematicContainerManager.SetLeftMargin Method

Changes the left margin of the specified container.

[Visual Basic .NET]
Public Sub SetLeftMargin ( _
    ByVal Container As ISchematicInMemoryFeature, _
    ByVal Margin As Double _
)
[C#]
public void SetLeftMargin (
    ISchematicInMemoryFeature Container,
    double Margin
);
[C++]
HRESULT SetLeftMargin(
  ISchematicInMemoryFeature* Container,
  double Margin
);
[C++]
Parameters
Container [in]

Container is a parameter of type ISchematicInMemoryFeature* Margin [in]
Margin is a parameter of type double

Product Availability

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

See Also

ISchematicContainerManager Interface