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

Width of the Geomap Image. 

double

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

This property is read only. 

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

 

Example

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

Links
   Comments?