This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsParameters Interface > IBuildFootprintsParameters.Method Property (ArcObjects .NET 10.5 SDK) |
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