SetDirty Method (IEditorBase)
Sets the dirty flag of the editor to true, i.e. IsDirty returns true after calling this method.
Syntax
'Declaration Sub SetDirty()
'Usage Dim instance As IEditorBase instance.SetDirty()
void SetDirty()
void SetDirty();
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also