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


IDynamicCompoundMarker2.GetMarkerToTextOffset2 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.GetMarkerToTextOffset2 Method
ArcGIS Developer Help

IDynamicCompoundMarker2.GetMarkerToTextOffset2 Method

Indicates the offset of the text from the marker on each direction.

[Visual Basic .NET]
Public Sub GetMarkerToTextOffset2 ( _
    ByRef markerToTop As Single&, _
    ByRef markerToBottom As Single&, _
    ByRef markerToLeft As Single&, _
    ByRef markerToRight As Single& _
)
[C#]
public void GetMarkerToTextOffset2 (
    ref Single& markerToTop,
    ref Single& markerToBottom,
    ref Single& markerToLeft,
    ref Single& markerToRight
);
[C++]
HRESULT GetMarkerToTextOffset2(
  System.Single* markerToTop,
  System.Single* markerToBottom,
  System.Single* markerToLeft,
  System.Single* markerToRight
);
[C++]
Parameters
markerToTop [in, out]

markerToTop is a parameter of type single* markerToBottom [in, out]
markerToBottom is a parameter of type single* markerToLeft [in, out]
markerToLeft is a parameter of type single* markerToRight [in, out]
markerToRight is a parameter of type single*

Product Availability

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

Remarks

Offset is the distance between the marker and the text labels, in each of the four directions�top, bottom, left, right.

Each text label gets an offset according to its region: top, bottom, left, right. The center text labels remain without an offset.

See Also

IDynamicCompoundMarker2 Interface