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

Add a single selection to the set where the identity property is a string.

.NET Syntax
void AddFeatureIdString(MgLayerBase layer, string className, string identifier);
Java Syntax
void AddFeatureIdString(MgLayerBase layer, String className, String identifier);
PHP Syntax
void AddFeatureIdString(MgLayerBase layer, string className, string identifier);