AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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