This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayer Interface > IRasterLayer.PyramidPresent Property (ArcObjects .NET 10.4 SDK) |
Indicates if pyramids are present for the layer.
[Visual Basic .NET] Public Property PyramidPresent As Boolean
[C#] public bool PyramidPresent {get; set;}
[C++]
HRESULT get_PyramidPresent(
VARIANT_BOOL* pbPyramidPresent
);
[C++]
HRESULT put_PyramidPresent(
VARIANT_BOOL pbPyramidPresent
);
[C++]
Parameters pbPyramidPresent [out, retval] pbPyramidPresent is a parameter of type VARIANT_BOOL pbPyramidPresent [in] pbPyramidPresent is a parameter of type VARIANT_BOOL