This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterRadius Interface > IRasterRadius.SetVariable Method (ArcObjects .NET 10.4 SDK) |
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 );
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.