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.GetLeftMargin Method (ArcObjects .NET 10.5 SDK) |
Left margin of the specified container.
[Visual Basic .NET] Public Function GetLeftMargin ( _ ByVal Container As ISchematicInMemoryFeature _ ) As Double
[C#] public double GetLeftMargin ( ISchematicInMemoryFeature Container );
[C++]
HRESULT GetLeftMargin(
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