ESRI.ArcGIS.ADF.IMS
FileName Property
See Also  Send Feedback
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.

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

© 2011 All Rights Reserved.