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


IDynamicCompoundMarker.GetMarkerToTextOffset Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDynamicCompoundMarker.GetMarkerToTextOffset Method

The offset of the text from the marker in pixels.

[Visual Basic .NET]
Public Sub GetMarkerToTextOffset ( _
    ByRef XOffset As Single&, _
    ByRef YOffset As Single& _
)
[C#]
public void GetMarkerToTextOffset (
    ref Single& XOffset,
    ref Single& YOffset
);
[C++]
HRESULT GetMarkerToTextOffset(
  float* XOffset,
  float* YOffset
);
[C++]

Parameters XOffset [in, out] XOffset is a parameter of type float YOffset [in, out] YOffset is a parameter of type float

Product Availability

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

Remarks

Offset is the distance between the marker and the text labels.
X refers to the left and right offsets. Y refers to the top and bottom offsets.

See Also

IDynamicCompoundMarker Interface