ArcObjects Library Reference (DefenseSolutions)  

ILeaderable.SideToCenterDistance Property

The Method returns the geometry unit distance from the center to the left edge of the graphic's frame.

[Visual Basic .NET]
Public ReadOnly Property SideToCenterDistance As Double
[C#]
public double SideToCenterDistance {get;}
[C++]
HRESULT get_SideToCenterDistance(
  double* __MIDL__ILeaderable0000
);
[C++]

Parameters

__MIDL__ILeaderable0000 [out, retval]   __MIDL__ILeaderable0000 is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILeaderable Interface