IsChanged

Top  Previous  Next

 

IsChanged (Property)

 

Informs that the drawing has changed since it has been opened

 

Syntax:

IsChanged [ = value] As Boolean

 

The IsChanged property has these parts:

Parameter

Data Type

Description

value

Boolean

A Boolean expression that if it is True then the drawing has been changed since it has been opened and if it is False then the drawing has not been changed since it has been opened.

 

Example