A flag to indicate whether the image is up to date.
bool
Public Property IsOutOfDate() As bool
public bool IsOutOfDate;
This property is read only.
This method wraps the AcDbGeoMap.isOutOfDate() method.
<![CDATA[bool outOfDate = GeomapImage.IsOutOfDate;]]>
Comments? |