MapGuide API Reference
|
MgFeatureSchema::MgFeatureSchema | ( | CREFSTRING | name, |
CREFSTRING | description | ||
) |
Constructs an MgFeatureSchema object and sets the schema name and description.
MgFeatureSchema(string name, string description); |
MgFeatureSchema(String name, String description); |
MgFeatureSchema(string name, string description); |
name | (String/string) The name of the schema. |
description | (String/string) A description of the schema. |