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