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


IRasterPyramid.Present Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterPyramid.Present Property

Indicates whether pyramid layers exist.

[Visual Basic .NET]
Public ReadOnly Property Present As Boolean
[C#]
public bool Present {get;}
[C++]
HRESULT get_Present(
  Boolean* Present
);
[C++]

Parameters Present [out, retval]
Present is a parameter of type bool*

Product Availability

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

See Also

IRasterPyramid Interface