Draws specified point on the dynamic display with text.
[Visual Basic 6.0] Sub DrawCompoundMarker2(
ByVal Point As IPoint, _
ByVal textTop As String, _
ByVal textBottom As String _
)
[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 );
[Java] public void drawCompoundMarker2 ( IPoint Point, String textTop, String textBottom ) throws IOException, AutomationException
[C++] HRESULT DrawCompoundMarker2( IPoint* Point, BSTR textTop, BSTR textBottom );
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