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


IWeightedOverlayFunctionArguments.ExtentType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IW > IWeightedOverlayFunctionArguments Interface > IWeightedOverlayFunctionArguments.ExtentType Property
ArcGIS Developer Help

IWeightedOverlayFunctionArguments.ExtentType Property

The different ways for estimating extent.

[Visual Basic .NET]
Public Property ExtentType As esriExtentType
[C#]
public esriExtentType ExtentType {get; set;}
[C++]
HRESULT get_ExtentType(
  esriExtentType* pType
);
[C++]
HRESULT put_ExtentType(
  esriExtentType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriExtentType* pType [in]
pType is a parameter of type esriExtentType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IWeightedOverlayFunctionArguments Interface