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

Height of the Geomap Image frame. 

double

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

This property is read only. 

This property wraps AcDbGeoMap::height() method. 

 

Example

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

Links
   Comments?