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

A flag to indicate whether the image is up to date. 

bool

Visual Basic
Public Property IsOutOfDate() As bool
C#
public bool IsOutOfDate;
Remarks

This property is read only. 

This method wraps the AcDbGeoMap.isOutOfDate() method. 

 

Example

<![CDATA[bool outOfDate = GeomapImage.IsOutOfDate;]]>

Links
   Comments?