ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IRasterLayer Interface