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

See Also

© 2010 All Rights Reserved.