This document is archived and information here might be outdated.  Recommended version.


ISizeRenderer.GetSizeRendererRandomRange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISizeRenderer Interface > ISizeRenderer.GetSizeRendererRandomRange Method
ArcGIS Developer Help

ISizeRenderer.GetSizeRendererRandomRange Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISizeRenderer Interface