This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARadius Interface > IGPSARadius.SetVariable Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
[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.