Paul, I've created a ticket for this issue and fixed it in the SVN trunk.
http://trac.osgeo.org/mapserver/ticket/2407 http://trac.osgeo.org/mapserver/changeset/7072 Best regards, Tamas 2007/11/23, Paul james <[EMAIL PROTECTED]>: > Hello, I´m need change reference image size in mapscript (C#)... > > I tried that: > > mapaObj.reference.height = 100; > > but got that error: > Error 8 Property or indexer 'OSGeo.MapServer.referenceMapObj.height' > cannot be assigned to -- it is read only > > How can I change that? > > Thanks >