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


ISynchronizeParameters.MaximumPyramidLevel Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters.MaximumPyramidLevel Property

The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item. A value of -1 indicates all available levels.

[Visual Basic .NET]
Public Property MaximumPyramidLevel As Integer
[C#]
public int MaximumPyramidLevel {get; set;}
[C++]
HRESULT get_MaximumPyramidLevel(
  long* pMaximumPyramidLevel
);
[C++]
HRESULT put_MaximumPyramidLevel(
  long pMaximumPyramidLevel
);
[C++]

Parameters pMaximumPyramidLevel [out, retval] pMaximumPyramidLevel is a parameter of type long pMaximumPyramidLevel [in] pMaximumPyramidLevel is a parameter of type long

Product Availability

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

See Also

ISynchronizeParameters Interface