Returns a reference to the Image Server object for communicating with the GIS server.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property ImageServer As ESRI.ArcGIS.Carto.IImageServer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageResourceLocal
Dim value As ESRI.ArcGIS.Carto.IImageServer
value = instance.ImageServer |
C# | |
---|
public ESRI.ArcGIS.Carto.IImageServer ImageServer {get;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also