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

Map Level Of Details (Zoom level) at the point of captured. Update will reset this value. 

System::UInt32

Visual Basic
Public Property LOD() As UInteger
C#
public uint LOD;
Remarks

This property is read only. 

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

 

Example

<![CDATA[UInt32 lod = GeomapImage.LOD;]]>

Links
   Comments?