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

Height of the Geomap embeded image. 

double

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

This property is read only. 

This property wraps AcDbGeoMap::imageHeight() method. 

 

Example

<![CDATA[double height = GeomapImage.ImageHeight;]]>

Links
   Comments?