Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.