ArcObjects Library Reference (Carto)  

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(
  double* pMinSize,
  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