AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgFeatureSchema::MgFeatureSchema ( CREFSTRING  name,
CREFSTRING  description 
)

Constructs an MgFeatureSchema object and sets the schema name and description.

.NET Syntax
MgFeatureSchema(string name, string description);
Java Syntax
MgFeatureSchema(String name, String description);
PHP Syntax
MgFeatureSchema(string name, string description);

Parameters:
name (String/string) The name of the schema.
description (String/string) A description of the schema.