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


IDynamicCompoundMarker.DrawCompoundMarker10 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicCompoundMarker Interface > IDynamicCompoundMarker.DrawCompoundMarker10 Method
ArcGIS Developer Help

IDynamicCompoundMarker.DrawCompoundMarker10 Method

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

[Visual Basic .NET]
Public Sub DrawCompoundMarker10 ( _
    ByVal Point As IPoint, _
    ByVal textTop As String, _
    ByVal textBottom As String, _
    ByVal textLeft1 As String, _
    ByVal textLeft2 As String, _
    ByVal textLeft3 As String, _
    ByVal textLeft4 As String, _
    ByVal textRight1 As String, _
    ByVal textRight2 As String, _
    ByVal textRight3 As String, _
    ByVal textRight4 As String _
)
[C#]
public void DrawCompoundMarker10 (
    IPoint Point,
    string textTop,
    string textBottom,
    string textLeft1,
    string textLeft2,
    string textLeft3,
    string textLeft4,
    string textRight1,
    string textRight2,
    string textRight3,
    string textRight4
);
[C++]
HRESULT DrawCompoundMarker10(
  IPoint* Point,
  BSTR textTop,
  BSTR textBottom,
  BSTR textLeft1,
  BSTR textLeft2,
  BSTR textLeft3,
  BSTR textLeft4,
  BSTR textRight1,
  BSTR textRight2,
  BSTR textRight3,
  BSTR textRight4
);
[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 textLeft1 [in]
textLeft1 is a parameter of type BSTR textLeft2 [in]
textLeft2 is a parameter of type BSTR textLeft3 [in]
textLeft3 is a parameter of type BSTR textLeft4 [in]
textLeft4 is a parameter of type BSTR textRight1 [in]
textRight1 is a parameter of type BSTR textRight2 [in]
textRight2 is a parameter of type BSTR textRight3 [in]
textRight3 is a parameter of type BSTR textRight4 [in]
textRight4 is a parameter of type BSTR

Product Availability

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

Remarks

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

See Also

IDynamicCompoundMarker Interface