ArcObjects Library Reference (Display)  

IDynamicCompoundMarker.DrawCompoundMarker4 Method

Draws specified point on the dynamic display with a text string on each side of the marker (top, bottom, left and right).

[Visual Basic .NET]
Public Sub DrawCompoundMarker4 ( _
    ByVal Point As IPoint, _
    ByVal textTop As String, _
    ByVal textBottom As String, _
    ByVal textLeft As String, _
    ByVal textRight As String _
)
[C#]
public void DrawCompoundMarker4 (
    IPoint Point,
    string textTop,
    string textBottom,
    string textLeft,
    string textRight
);
[C++]
HRESULT DrawCompoundMarker4(
  IPoint* Point,
  BSTR textTop,
  BSTR textBottom,
  BSTR textLeft,
  BSTR textRight
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

textTop [in]   textTop is a parameter of type BSTR textBottom [in]   textBottom is a parameter of type BSTR textLeft [in]   textLeft is a parameter of type BSTR textRight [in]   textRight is a parameter of type BSTR

Product Availability

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

Remarks

Draws a marker with 4 text labels: 1-top, 1-bottom, 1-left, 1-right

See Also

IDynamicCompoundMarker Interface