com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvPyramid3
- All Superinterfaces:
- IGPRasterGDBEnvPyramid, IGPRasterGDBEnvPyramid2, Serializable
- All Known Implementing Classes:
- GPRasterGDBEnvPyramid
public interface IGPRasterGDBEnvPyramid3
- extends IGPRasterGDBEnvPyramid2, Serializable
Provides access to raster GDB environment pyramid control.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
isPyramidSkipFirst
boolean isPyramidSkipFirst()
throws IOException,
AutomationException
- Indicates if skipping first pyramid.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The bSkip
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setPyramidSkipFirst
void setPyramidSkipFirst(boolean bSkip)
throws IOException,
AutomationException
- Indicates if skipping first pyramid.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
bSkip
- The bSkip (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.