ESRI.ArcGIS.ADF.IMS
PhysicalDirectory Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > ImageDescriptor Class : PhysicalDirectory Property




Gets or sets the physical directory location for the image output.

Syntax

Visual Basic (Declaration) 
Public Property PhysicalDirectory As String
Visual Basic (Usage)Copy Code
Dim instance As ImageDescriptor
Dim value As String
 
instance.PhysicalDirectory = value
 
value = instance.PhysicalDirectory
C# 
public string PhysicalDirectory {get; set;}

Remarks

This is the physical directory on the server where images are written. It can be a mapped drive to another computer, and can use UNC paths.

A default for the physical directory and virtual directory output is set by the ArcIMS administrator when creating the service. Most applications will use these defaults, and it is unnecessary to set PhysicalDirectory or VirtualDirectory.

If PhysicalDirectory or VirtualDirectory are set, then the virtual directory location as set in the Web server must point to the PhysicalDirectory location. If they do not match, then the URL returned by the server will not be valid, and client browsers will be unable to retrieve the map.

See Also

© 2010 All Rights Reserved.