|
void MgSelectionBase::AddFeatureIdDouble |
( |
MgLayerBase * |
layer, |
|
|
CREFSTRING |
className, |
|
|
double |
identifier | |
|
) |
| | |
Add a single selection to the set where the identity property is a double.
.NET Syntax
void AddFeatureIdDouble(MgLayerBase layer, string className, double identifier);
|
Java Syntax
void AddFeatureIdDouble(MgLayerBase layer, String className, double identifier);
|
PHP Syntax
void AddFeatureIdDouble(MgLayerBase layer, string className, double identifier);
|
|