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