AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgRasterPropertyDefinition::SetDefaultImageYSize ( INT32  size  ) 

Sets the default size of the image file in the vertical direction, in pixels (number of rows).

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

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