ESRI.ArcGIS.ADF.IMS
FileName Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > ExtractInfo Class : FileName Property




File name used for extracted layer.

Syntax

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

Example

For an example, see the ExtractInfo class overview.

Remarks

If not null, this name is used for the map layer when the map is extracted. If no FileName is present, the extracted layer will use the layer's ID property for the shapefile name.

This property is read only. To modify the setting, you must change the ArcXML configuration file for the map service.

See Also

© 2010 All Rights Reserved.