![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Reserved.
[Visual Basic .NET]
Public Sub GetHeightSteps ( _
    ByRef inputHeight As Integer, _
    ByRef outputHeight As Integer _
)
[C#]
public void GetHeightSteps (
    ref int inputHeight,
    ref int outputHeight
);
[C++]
HRESULT GetHeightSteps(
  System.Int32* inputHeight,
  System.Int32* outputHeight
);
[C++] Parameters inputHeight [out]
inputHeight is a parameter of type long* outputHeight [out]
outputHeight is a parameter of type long*