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

Add a single selection to the set where the identity property is a 16-bit integer.

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