This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPCreateTiles Interface > IGPCreateTiles.CreateTilesByPercentage Method (ArcObjects .NET 10.4 SDK) |
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