IRasterFunctionMemoryUtil Interface

Provides access to members that memory support for raster function.

Members

Name Description
Method GetWorkingPixelBlockSize The running device that the raster function uses

IRasterFunctionMemoryUtil.GetWorkingPixelBlockSize Method

The running device that the raster function uses

Public Sub GetWorkingPixelBlockSize ( _
    ByVal pRawBlocks As IRawBlocks, _
    ByVal availFraction As Double, _
    ByRef pbRows As Integer, _
    ByRef pbCols As Integer _
)
public void GetWorkingPixelBlockSize (
    IRawBlocks pRawBlocks,
    double availFraction,
    ref int pbRows,
    ref int pbCols
);

Classes that implement IRasterFunctionMemoryUtil

Classes Description
AspectFunction The Aspect function.
SlopeFunction The Slope function.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.