Web API Reference MapGuide Open Source
void MgFeatureSchema::SetDescription ( CREFSTRING  description  ) 

Set the schema description.

.NET Syntax
void SetDescription(string description);
Java Syntax
void SetDescription(String description);
PHP Syntax
void SetDescription(string description);

Parameters:
description (String/string) The description of the schema.
Returns:
Returns nothing.


Comments or suggestions? Send us feedback.