Autodesk.AutoCAD.DatabaseServices Namespace > GeomapImage Class > GeomapImage Properties > ImageWidth Property
GeomapImage.ImageWidth Property   
Description

Width of the Geomap embeded image. 

double

Visual Basic
Public Property ImageWidth() As double
C#
public double ImageWidth;
Remarks

This property is read only. 

This property wraps the AcDbGeoMap::imageWidth() method. 

 

Example

<![CDATA[double width = GeomapImage.ImageWidth;]]>

Links
   Comments?