ArcObjects Library Reference (Schematic)  

ISchematicContainerManager.GetRightMargin Method

Right margin of the specified container.

[Visual Basic .NET]
Public Function GetRightMargin ( _
    ByVal Container As ISchematicInMemoryFeature _
) As Double
[C#]
public double GetRightMargin (
    ISchematicInMemoryFeature Container
);
[C++]
HRESULT GetRightMargin(
  ISchematicInMemoryFeature* Container,
  double* Margin
);
[C++]

Parameters

Container [in]

  Container is a parameter of type ISchematicInMemoryFeature

Margin [out, retval]   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