ArcObjects Library Reference  (Display)    

IDynamicCompoundMarker.DrawCompoundMarker1 Method

Draws specified point on the dynamic display with text.

[Visual Basic 6.0]
Sub DrawCompoundMarker1(
    ByVal Point As IPoint, _
    ByVal textTop As String _
)
[Visual Basic .NET]
Public Sub DrawCompoundMarker1 ( _
    ByVal Point As IPoint, _
    ByVal textTop As String _
)
[C#]
public void DrawCompoundMarker1 (
    IPoint Point,
    string textTop
);
[Java]
public void drawCompoundMarker1 (
    IPoint Point,
    String textTop
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

IDynamicCompoundMarker Interface

 


Feedback Send feedback on this page