This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.MaximumPyramidLevel Property (ArcObjects .NET 10.4 SDK) |
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