This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFunctionRasterDataset2 Interface > IFunctionRasterDataset2.ComputeFootprint Method (ArcObjects .NET 10.5 SDK) |
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,
IGeometry** ppFootprint
);
[C++]
Parameters MaximumVertices [in] MaximumVertices is a parameter of type long ppFootprint [out, retval]
ppFootprint is a parameter of type IGeometry