AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgCreateSdfParams::SetCoordinateSystemWkt ( CREFSTRING  srsWkt  ) 

Sets the well-know text string representing the coordinate system.

.NET Syntax
void SetCoordinateSystemWkt(string srsWkt);
Java Syntax
void SetCoordinateSystemWkt(String srsWkt);
PHP Syntax
void SetCoordinateSystemWkt(string srsWkt);

Parameters:
srsWkt (String/string) The OGC WKT string representing the coordinate system.
Returns:
Returns nothing.