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