Gets a value indicating whether pyramids exist for this Raster.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public bool HasPyramids { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property HasPyramids As Boolean |
Field Value
trueTruetruetrue (True in Visual Basic) if the Raster has pyramids; otherwise, falseFalsefalsefalse (False in Visual Basic).Remarks
Raster display performance can be significantly improved if pyramids are present. Consider calling
the BuildPyramids method if they are absent.