AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgStringCollection* MgFeatureService::GetSchemas ( MgResourceIdentifier resource  )  [pure virtual]

Gets a list of the names of all of the schemas available in the feature source. See Feature Schema .

.NET Syntax
virtual MgStringCollection GetSchemas(MgResourceIdentifier resource);
Java Syntax
virtual MgStringCollection GetSchemas(MgResourceIdentifier resource);
PHP Syntax
virtual MgStringCollection GetSchemas(MgResourceIdentifier resource);

Parameters:
resource (MgResourceIdentifier) A resource identifier for the feature source,
Returns:
Returns an MgStringCollection object listing the schema names.
Exceptions:
MgFeatureServiceException 
MgInvalidArgumentException 
MgFdoException