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