MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgFileFeatureSourceParams::SetFileName ( CREFSTRING  name)

Sets the file name to be created. For SHP FDO provider, it is used to set path name because multiple files will be created if there are multiple feature classes in the specified featue schame.

.NET Syntax
void SetFileName();
Java Syntax
void SetFileName();
PHP Syntax
void SetFileName();
Parameters:
name(String/string) The file name to be created.
Returns:
Returns nothing.