AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgByteReader* MgFeatureService::GetFeatureProviders (  )  [pure virtual]

Gets a list of the available FDO providers together with other information such as the names of the connection properties for each provider. This information is in XML format according to the FeatureProviderRegistry schema.

.NET Syntax
virtual MgByteReader GetFeatureProviders();
Java Syntax
virtual MgByteReader GetFeatureProviders();
PHP Syntax
virtual MgByteReader GetFeatureProviders();

Returns:
Returns an MgByteReader containing the provider registry in XML format.
Exceptions:
MgFdoException