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


IRasterFunction2.ComputeFootprint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunction2 Interface > IRasterFunction2.ComputeFootprint Method
ArcGIS Developer Help

IRasterFunction2.ComputeFootprint Method

Computes the footprint.

[Visual Basic .NET]
Public Function ComputeFootprint ( _
    ByVal MaximumVertices As Integer _
) As IGeometry
[C#]
public IGeometry ComputeFootprint (
    int MaximumVertices
);
[C++]
HRESULT ComputeFootprint(
  long MaximumVertices
);
[C++]
Parameters
MaximumVertices [in]

MaximumVertices is a parameter of type long

Product Availability

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

See Also

IRasterFunction2 Interface