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


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

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
);
[C++]
Parameters
Container [in]

Container is a parameter of type ISchematicInMemoryFeature*

Product Availability

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

See Also

ISchematicContainerManager Interface