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


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

IGeodataXform2.ComputeFootprint Method

Computes the footprint in a given direction for a given input extent/footprint.

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

direction is a parameter of type esriTransformDirection pExtent [in]
pExtent is a parameter of type IGeometry* MaximumVertices [in]
MaximumVertices is a parameter of type long

Product Availability

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

See Also

IGeodataXform2 Interface