This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISizeRenderer Interface > ISizeRenderer.GetSizeRendererRandomRange Method (ArcObjects .NET 10.4 SDK) |
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(
double* pMinSize,
double* pMaxSize
);
[C++]
Parameters pMinSize [out] pMinSize is a parameter of type double pMaxSize [out] pMaxSize is a parameter of type double