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


IBuildFootprintsParameters.Method Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
Method is a parameter of type esriBuildFootprintsMethods Method [in]
Method is a parameter of type esriBuildFootprintsMethods

Product Availability

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

See Also

IBuildFootprintsParameters Interface