ArcObjects Library Reference (SpatialAnalyst)  

IGPSARadius.SetFixed Method

Defines a fixed radius.

[Visual Basic .NET]
Public Sub SetFixed ( _
    ByVal distance As Double, _
    [ByRef minCount As Object] _
)
[C#]
public void SetFixed (
    double distance,
    ref object minCount
);
[C#]

Optional Values

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

Parameters

distance [in]   distance is a parameter of type double minCount [optional]   minCount 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. Requires Spatial Analyst Extension.

See Also

IGPSARadius Interface