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


IRasterPyramid.Present Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* Present
);
[C++]

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

Product Availability

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

See Also

IRasterPyramid Interface