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


IRasterRadius.SetVariable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterRadius Interface > IRasterRadius.SetVariable Method
ArcGIS Developer Help

IRasterRadius.SetVariable Method

Sets a variable radius.

[Visual Basic .NET]
Public Sub SetVariable ( _
    ByVal count As Integer, _
    [ByRef maxDistance As Object] _
)
[C#]
public void SetVariable (
    int count,
    ref object maxDistance
);
[C++]
HRESULT SetVariable(
  long count,
  Variant* maxDistance
);
[C++]
Parameters
count [in]

count is a parameter of type long maxDistance [in, optional]
maxDistance is a parameter of type VARIANT*

Product Availability

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

See Also

IRasterRadius Interface