AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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