|
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. |
|