Boolean Dirty { get; set; }
True after object property changes.
Returns: Boolean
Remarks:
Set this to true after Dew.Math.TMtxVec property has changed. Initially when the object is created this property is set to false. But when a change to object or it's elements is made, Dirty can be changed to true. Use this property to determine if the calling object and it's properties have changed. This property never changes automatically.