ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
ZoomLevel Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService.Services Namespace > ImageryMetadataOptions Class : ZoomLevel Property




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(True)>
Public Property ZoomLevel As Nullable(Of Integer)
Visual Basic (Usage)Copy Code
Dim instance As ImageryMetadataOptions
Dim value As Nullable(Of Integer)
 
instance.ZoomLevel = value
 
value = instance.ZoomLevel
C# 
[XmlElementAttribute(true)]
public Nullable<int> ZoomLevel {get; set;}

See Also

© 2010 All Rights Reserved.