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


IDynamicCompoundMarker2.DrawArrayMarker Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDynamicCompoundMarker2.DrawArrayMarker Method

Draws a marker in a specific point on the map with text matricies around it.

[Visual Basic .NET]
Public Sub DrawArrayMarker ( _
    ByVal Point As IPoint, _
    ByRef textCenter As String[]&, _
    ByRef textLeft As String[]&, _
    ByRef textRight As String[]&, _
    ByRef textTop As String[]&, _
    ByRef textBottom As String[]& _
)
[C#]
public void DrawArrayMarker (
    IPoint Point,
    ref String[]& textCenter,
    ref String[]& textLeft,
    ref String[]& textRight,
    ref String[]& textTop,
    ref String[]& textBottom
);
[C++]
HRESULT DrawArrayMarker(
  IPoint* Point,
  textCenter* textCenter,
  textLeft* textLeft,
  textRight* textRight,
  textTop* textTop,
  textBottom* textBottom
);
[C++]

Parameters Point [in]
Point is a parameter of type IPoint textCenter [in] textCenter is a parameter of type textLeft [in] textLeft is a parameter of type textRight [in] textRight is a parameter of type textTop [in] textTop is a parameter of type textBottom [in] textBottom is a parameter of type

Product Availability

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

Remarks

Draws an array of text labels column on each of the five marker�s regions: center, left, right, top, bottom. The location of the marker is given in map coordinates.

See Also

IDynamicCompoundMarker2 Interface