AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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 
...