Indicates that the objects in this container have been modified.
public bool IsModified { get; set; }
Public Property IsModified() As Boolean
Get
Set
public:
property bool IsModified
{
bool get()
void set(bool value)
}
public boolean isModified();
public void setModified(boolean value);
@property (nonatomic, assign) BOOL isModified
This property can be used as a general purpose state to indicate that the application modified the container or any of its children. The meaning of "modified" is not specified and it is up to the application to set or reset the value.
IsModified value is not serialized when the container is saved.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET