AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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);