ArcObjects Library Reference (Geoprocessing)  

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