Web API Reference MapGuide Open Source
void MgSelectionBase::AddFeatureIdInt64 ( MgLayerBase layer,
CREFSTRING  className,
INT64  identifier 
)

Add a single selection to the set where the identity property is a 64-bit integer.

.NET Syntax
void AddFeatureIdInt64(MgLayerBase layer, string className, long identifier);
Java Syntax
void AddFeatureIdInt64(MgLayerBase layer, String className, long identifier);
PHP Syntax
void AddFeatureIdInt64(MgLayerBase layer, string className, string identifier);


Comments or suggestions? Send us feedback.