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


IRasterRadius.SetVariable Method (ArcObjects .NET 10.4 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#]

Optional Values

maxDistance   To indicate that this parameter is undefined, first define a variable object Missing=Type.Missing; then pass this in as ref Missing.
[C++]
HRESULT SetVariable(
  long count,
  VARIANT* maxDistance
);
[C++]

Parameters count [in] count is a parameter of type long maxDistance [optional] maxDistance is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.

Product Availability

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

See Also

IRasterRadius Interface

.NET Related Topics

Working with helper objects