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