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


IGPCreateTiles.CreateTilesByPercentage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPCreateTiles Interface > IGPCreateTiles.CreateTilesByPercentage Method
ArcGIS Developer Help

IGPCreateTiles.CreateTilesByPercentage Method

Creates a set of tiles based upon the array of input datasets increased by a given percentage.

[Visual Basic .NET]
Public Sub CreateTilesByPercentage ( _
    ByVal pInputs As IArray, _
    ByVal ratio As Double _
)
[C#]
public void CreateTilesByPercentage (
    IArray pInputs,
    double ratio
);
[C++]
HRESULT CreateTilesByPercentage(
  IArray* pInputs,
  double ratio
);
[C++]
Parameters
pInputs [in]

pInputs is a parameter of type IArray* ratio [in]
ratio is a parameter of type double

Product Availability

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

See Also

IGPCreateTiles Interface