AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgClassDefinition::SetName ( CREFSTRING  name  ) 

Sets the name of the feature class.

.NET Syntax
void SetName(string name);
Java Syntax
void SetName(String name);
PHP Syntax
void SetName(string name);

Parameters:
name (String/string) The feature class name.
Returns:
Returns nothing.