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


IRasterRadius.SetFixed 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.SetFixed Method
ArcGIS Developer Help

IRasterRadius.SetFixed Method

Sets 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++]
HRESULT SetFixed(
  double distance,
  Variant* minCount
);
[C++]
Parameters
distance [in]

distance is a parameter of type double minCount [in, optional]
minCount is a parameter of type VARIANT*

Product Availability

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

See Also

IRasterRadius Interface