ArcObjects Library Reference  (Display)    

IDynamicCompoundMarker.SetMarkerToTextOffset Method

The offset of the text from the marker.

[Visual Basic 6.0]
Sub SetMarkerToTextOffset(
    ByVal XOffset As Single, _
    ByVal YOffset As Single _
)
[Visual Basic .NET]
Public Sub SetMarkerToTextOffset ( _
    ByVal XOffset As Single, _
    ByVal YOffset As Single _
)
[C#]
public void SetMarkerToTextOffset (
    float XOffset,
    float YOffset
);
[Java]
public void setMarkerToTextOffset (
    float XOffset,
    float YOffset
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SetMarkerToTextOffset(
  float XOffset,
  float YOffset
);
[C++]

Parameters

XOffset [in]

  XOffset is a parameter of type float

YOffset [in]

  YOffset is a parameter of type float

Product Availability

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

See Also

IDynamicCompoundMarker Interface

 


Feedback Send feedback on this page