Draws specified point on the dynamic display with text.
[Visual Basic 6.0] Sub DrawCompoundMarker8(
ByVal Point As IPoint, _
ByVal textTop As String, _
ByVal textBottom As String, _
ByVal textLeft1 As String, _
ByVal textLeft2 As String, _
ByVal textLeft3 As String, _
ByVal textRight1 As String, _
ByVal textRight2 As String, _
ByVal textRight3 As String _
)
[Visual Basic .NET] Public Sub DrawCompoundMarker8 ( _ ByVal Point As IPoint, _ ByVal textTop As String, _ ByVal textBottom As String, _ ByVal textLeft1 As String, _ ByVal textLeft2 As String, _ ByVal textLeft3 As String, _ ByVal textRight1 As String, _ ByVal textRight2 As String, _ ByVal textRight3 As String _ )
[C#] public void DrawCompoundMarker8 ( IPoint Point, string textTop, string textBottom, string textLeft1, string textLeft2, string textLeft3, string textRight1, string textRight2, string textRight3 );
[Java] public void drawCompoundMarker8 ( IPoint Point, String textTop, String textBottom, String textLeft1, String textLeft2, String textLeft3, String textRight1, String textRight2, String textRight3 ) throws IOException, AutomationException
[C++] HRESULT DrawCompoundMarker8( IPoint* Point, BSTR textTop, BSTR textBottom, BSTR textLeft1, BSTR textLeft2, BSTR textLeft3, BSTR textRight1, BSTR textRight2, BSTR textRight3 );
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
textLeft1 [in]
textLeft1 is a parameter of type BSTR
textLeft2 [in]
textLeft2 is a parameter of type BSTR
textLeft3 [in]
textLeft3 is a parameter of type BSTR
textRight1 [in]
textRight1 is a parameter of type BSTR
textRight2 [in]
textRight2 is a parameter of type BSTR
textRight3 [in]
textRight3 is a parameter of type BSTR