MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.