MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgSelectionBase::AddFeatureIds ( MgLayerBase layer,
CREFSTRING  className,
MgPropertyCollection identityProperties 
)

Add a single selection to the set based on a collection of identity properties.

.NET Syntax
void AddFeatureIds(MgLayerBase layer, string className, MgPropertyCollection identityProperties);
Java Syntax
void AddFeatureIds(MgLayerBase layer, String className, MgPropertyCollection identityProperties);
PHP Syntax
void AddFeatureIds(MgLayerBase layer, string className, MgPropertyCollection identityProperties);