ESRI.ArcGIS.ADF.ArcGISServer
PyramidLevel Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RasterStorageDef Class : PyramidLevel Property




The number of pyramid levels.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property PyramidLevel As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterStorageDef
Dim value As Integer
 
instance.PyramidLevel = value
 
value = instance.PyramidLevel
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public int PyramidLevel {get; set;}

See Also

© 2010 All Rights Reserved.