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


IBuildFootprintsParameters.Method Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsParameters Interface > IBuildFootprintsParameters.Method Property
ArcGIS Developer Help

IBuildFootprintsParameters.Method Property

The method that determines how item footprints are computed.

[Visual Basic .NET]
Public Property Method As esriBuildFootprintsMethods
[C#]
public esriBuildFootprintsMethods Method {get; set;}
[C++]
HRESULT get_Method(
  esriBuildFootprintsMethods Method
);
[C++]
HRESULT put_Method(
  esriBuildFootprintsMethods* Method
);
[C++]
Parameters
Method [in]

Method is a parameter of type esriBuildFootprintsMethods Method [out, retval]
Method is a parameter of type esriBuildFootprintsMethods*

Product Availability

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

See Also

IBuildFootprintsParameters Interface