MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgFeatureReader* MgFeatureService::GetLockedFeatures ( MgResourceIdentifier resource,
CREFSTRING  className,
MgFeatureQueryOptions options 
) [pure virtual]

Gets the locked features.

Remarks:
.NET Syntax
virtual MgFeatureReader GetLockedFeatures(MgResourceIdentifier resource, string className, MgFeatureAggregateOptions options);
Java Syntax
virtual MgFeatureReader GetLockedFeatures(MgResourceIdentifier resource, String className, MgFeatureAggregateOptions options);
PHP Syntax
virtual MgFeatureReader GetLockedFeatures(MgResourceIdentifier resource, string className, MgFeatureAggregateOptions options);
Parameters:
resource(MgResourceIdentifier) A resource identifier for the feature source.
className(String/string) The name of the feature class on which the select operation is performed.
options(MgFeatureAggregateOptions) An MgFeatureAggregateOptions instance containing all the criteria and filters required for this select operation.
Returns:
Returns an MgFeatureReader containing the locked features.
Exceptions:
MgFeatureServiceException
MgInvalidArgumentException