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