This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterGDBEnvPyramid3 Interface > IGPRasterGDBEnvPyramid3.PyramidSkipFirst Property (ArcObjects .NET 10.4 SDK) |
Indicates if skipping first pyramid.
[Visual Basic .NET] Public Property PyramidSkipFirst As Boolean
[C#] public bool PyramidSkipFirst {get; set;}
[C++]
HRESULT get_PyramidSkipFirst(
VARIANT_BOOL* bSkip
);
[C++]
HRESULT put_PyramidSkipFirst(
VARIANT_BOOL bSkip
);
[C++]
Parameters bSkip [out, retval] bSkip is a parameter of type VARIANT_BOOL bSkip [in] bSkip is a parameter of type VARIANT_BOOL