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


IRasterRadius.SetVariable Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoAnalyst)  

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

.NET Related Topics

Working with helper objects