ArcObjects Library Reference (Schematic)  

ISchematicContainerManager.SetTopMargin Method

Changes the top margin of the specified container.

[Visual Basic .NET]
Public Sub SetTopMargin ( _
    ByVal Container As ISchematicInMemoryFeature, _
    ByVal Margin As Double _
)
[C#]
public void SetTopMargin (
    ISchematicInMemoryFeature Container,
    double Margin
);
[C++]
HRESULT SetTopMargin(
  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