AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgRasterPropertyDefinition::SetDefaultImageXSize ( INT32  size  ) 

Sets the default size of the image file in the horizontal direction, in pixels (number of columns).

.NET Syntax
void SetDefaultImageXSize(int size);
Java Syntax
void SetDefaultImageXSize(int size);
PHP Syntax
void SetDefaultImageXSize(int size);

Parameters:
size (int) The desired default horizontal image size in pixels (number of columns).
Returns:
Returns nothing.