ESRI.ArcGIS.ADF.IMS
LoadExtensions Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > InitializationParameters Class : LoadExtensions Property




Whether to load the extension information on initialization.

Syntax

Visual Basic (Declaration) 
Public Property LoadExtensions As Boolean
Visual Basic (Usage)Copy Code
Dim instance As InitializationParameters
Dim value As Boolean
 
instance.LoadExtensions = value
 
value = instance.LoadExtensions
C# 
public bool LoadExtensions {get; set;}

Example

For an example, see the InitializationParameters overview.

Remarks

If set to true, then information about geocoding and extracting will be retrieved upon MapService initialization. If the ArcIMS map service supports geocoding, the Geocoder property of one or more FeatureLayer objects will be available for geocoding. If the map service supports extracting data, the ExtractInfo object will be available on FeatureLayer objects, and you can create Extractor objects for performing data extraction. If the LoadExtensions property is set to false, neither geocoding nor extracting will be possible.

For more information enabling geocoding or extract extensions available for map layers, see the ArcIMS Help.

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.