You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Properties > TMtxVec.Dirty Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.Dirty Property

True after object property changes.

Syntax
C#
Visual Basic
public bool Dirty;

Set this to true after 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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!