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


IGPSARadius.SetVariable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARadius Interface > IGPSARadius.SetVariable Method
ArcGIS Developer Help

IGPSARadius.SetVariable Method

Defines 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. Requires Spatial Analyst Extension.

See Also

IGPSARadius Interface