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