This document is archived and information here might be outdated. Recommended version. |
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