'Declaration
Public Function GetParagraphRight( _ ByVal SegmentationResultID As String, _ ByVal ParagraphIdx As Integer _ ) As Integer
public int GetParagraphRight( string SegmentationResultID, int ParagraphIdx )
public function GetParagraphRight( SegmentationResultID: String; ParagraphIdx: Integer ): Integer;
public function GetParagraphRight( SegmentationResultID : String, ParagraphIdx : int ) : int;
public: int GetParagraphRight( string* SegmentationResultID, int ParagraphIdx )
public: int GetParagraphRight( String^ SegmentationResultID, int ParagraphIdx )
Parameters
- SegmentationResultID
- ParagraphIdx