This document is archived and information here might be outdated. Recommended version. |
Gets size range for random sizing.
[Visual Basic .NET]
Public Sub GetSizeRendererRandomRange ( _
ByRef pMinSize As Double, _
ByRef pMaxSize As Double _
)
[C#]
public void GetSizeRendererRandomRange (
ref double pMinSize,
ref double pMaxSize
);
[C++]
HRESULT GetSizeRendererRandomRange(
System.Double* pMinSize,
System.Double* pMaxSize
);
[C++] Parameters pMinSize [out]
pMinSize is a parameter of type double* pMaxSize [out]
pMaxSize is a parameter of type double*