'Declaration<DispIdAttribute(19)> Function GetParagraphLeft( _ ByVal SegmentationResultID As String, _ ByVal ParagraphIdx As Integer _ ) As Integer
[DispId(19)] int GetParagraphLeft( string SegmentationResultID, int ParagraphIdx )
function GetParagraphLeft(
SegmentationResultID: String;
ParagraphIdx: Integer
): Integer;
DispIdAttribute(19) function GetParagraphLeft( SegmentationResultID : String, ParagraphIdx : int ) : int;
[DispId(19)] int GetParagraphLeft( string* SegmentationResultID, int ParagraphIdx )
[DispId(19)] int GetParagraphLeft( String^ SegmentationResultID, int ParagraphIdx )
Parameters
- SegmentationResultID
- ParagraphIdx
