ArcObjects Library Reference  (Display)    

IDynamicCompoundMarker.DrawCompoundMarker4 Method

Draws specified point on the dynamic display with text.

[Visual Basic 6.0]
Sub DrawCompoundMarker4(
    ByVal Point As IPoint, _
    ByVal textTop As String, _
    ByVal textBottom As String, _
    ByVal textLeft As String, _
    ByVal textRight As String _
)
[Visual Basic .NET]
Public Sub DrawCompoundMarker4 ( _
    ByVal Point As IPoint, _
    ByVal textTop As String, _
    ByVal textBottom As String, _
    ByVal textLeft As String, _
    ByVal textRight As String _
)
[C#]
public void DrawCompoundMarker4 (
    IPoint Point,
    string textTop,
    string textBottom,
    string textLeft,
    string textRight
);
[Java]
public void drawCompoundMarker4 (
    IPoint Point,
    String textTop,
    String textBottom,
    String textLeft,
    String textRight
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DrawCompoundMarker4(
  IPoint* Point,
  BSTR textTop,
  BSTR textBottom,
  BSTR textLeft,
  BSTR textRight
);
[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

textLeft [in]

  textLeft is a parameter of type BSTR

textRight [in]

  textRight 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