ArcGIS Pro 2.9 API Reference Guide
IsDirty Property (IEditingCreateToolControl)

ArcGIS.Desktop.Editing Namespace > IEditingCreateToolControl Interface : IsDirty Property
When this IEditingCreateToolControl is being displayed in Template Properties dialog, calling code will use this property to determine if any changes have been made.
Syntax
bool IsDirty {get;}
ReadOnly Property IsDirty As Boolean

Property Value

true, when the implementation ToolOptions have been modified
false, implementation ToolOptions haven't been modified
Remarks
When IsDirty returns true, clicking "OK" in the Template Properties dialog will ensure the Tool Options are written to the CIM.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IEditingCreateToolControl Interface
IEditingCreateToolControl Members