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

The resolution of the image as an enumerated value that apply on top of LOD.

Visual Basic
Public Property Resolution() As GeomapResolution
C#
public GeomapResolution Resolution;
Example

<![CDATA[GeomapResolution resolution = GeomapImage.Resolution;]]>

Links
   Comments?