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


IDynamicCompoundMarker.DrawCompoundMarker2 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.DrawCompoundMarker2 Method
ArcGIS Developer Help

IDynamicCompoundMarker.DrawCompoundMarker2 Method

Draws specified point on the dynamic display with a string above and below.

[Visual Basic .NET]
Public Sub DrawCompoundMarker2 ( _
    ByVal Point As IPoint, _
    ByVal textTop As String, _
    ByVal textBottom As String _
)
[C#]
public void DrawCompoundMarker2 (
    IPoint Point,
    string textTop,
    string textBottom
);
[C++]
HRESULT DrawCompoundMarker2(
  IPoint* Point,
  BSTR textTop,
  BSTR textBottom
);
[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

Product Availability

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

Remarks

Draws a marker with 2 text labels: 1-top and 1-bottom

See Also

IDynamicCompoundMarker Interface