This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicCompoundMarker Interface > IDynamicCompoundMarker.DrawCompoundMarker1 Method (ArcObjects .NET 10.5 SDK) |
Draws specified point on the dynamic display with one string above it.
[Visual Basic .NET] Public Sub DrawCompoundMarker1 ( _ ByVal Point As IPoint, _ ByVal textTop As String _ )
[C#] public void DrawCompoundMarker1 ( IPoint Point, string textTop );
[C++]
HRESULT DrawCompoundMarker1(
IPoint* Point,
BSTR textTop
);
[C++]
Parameters Point [in]
Point is a parameter of type IPoint textTop [in] textTop is a parameter of type BSTR
Draws a marker with a text label on top