![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
LoadExtensions Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > InitializationParameters Class : LoadExtensions Property |
Visual Basic (Declaration) | |
---|---|
Public Property LoadExtensions As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As InitializationParameters Dim value As Boolean instance.LoadExtensions = value value = instance.LoadExtensions |
C# | |
---|---|
public bool LoadExtensions {get; set;} |
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.
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