This document is archived and information here might be outdated.  Recommended version.


IRasterLayer.PyramidPresent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayer Interface > IRasterLayer.PyramidPresent Property
ArcGIS Developer Help

IRasterLayer.PyramidPresent Property

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(
  Boolean* pbPyramidPresent
);
[C++]
HRESULT put_PyramidPresent(
  VARIANT_BOOL pbPyramidPresent
);
[C++]
Parameters
pbPyramidPresent [out, retval]

pbPyramidPresent is a parameter of type bool* pbPyramidPresent [in]
pbPyramidPresent is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterLayer Interface