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


IRasterPyramid.Present Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterPyramid Interface > IRasterPyramid.Present Property
ArcGIS Developer Help

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