Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgFeatureSchema
GetClasses
GetDescription
GetName
MgFeatureSchema
MgFeatureSchema
SetDescription
SetName
void MgFeatureSchema::SetName
(
CREFSTRING
name
)
Sets the schema name.
.NET Syntax
void SetName(string name);
Java Syntax
void SetName(String name);
PHP Syntax
void SetName(string name);
Parameters:
name
(String/string) The name of the schema.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.