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


IDynamicCompoundMarker2.GetTextSpacing Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicCompoundMarker2 Interface > IDynamicCompoundMarker2.GetTextSpacing Method
ArcGIS Developer Help

IDynamicCompoundMarker2.GetTextSpacing Method

Indicates the spacing between each two adjacent text boxes.

[Visual Basic .NET]
Public Sub GetTextSpacing ( _
    ByRef textSpacingX As Single&, _
    ByRef textSpacingY As Single& _
)
[C#]
public void GetTextSpacing (
    ref Single& textSpacingX,
    ref Single& textSpacingY
);
[C++]
HRESULT GetTextSpacing(
  System.Single* textSpacingX,
  System.Single* textSpacingY
);
[C++]
Parameters
textSpacingX [in, out]

textSpacingX is a parameter of type single* textSpacingY [in, out]
textSpacingY is a parameter of type single*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Text spacing is the spacing between the text labels in each region (center, top, bottom, left, right). Y is the vertical spacing between each two adjacent text labels in a column. X is the horizontal spacing between each two columns of the same region.

See Also

IDynamicCompoundMarker2 Interface