This document is archived and information here might be outdated. Recommended version. |
Indicates if the TIN is dirty.
[Visual Basic .NET] Public ReadOnly Property IsDirty As Boolean
[C#] public bool IsDirty {get;}
[C++]
HRESULT get_IsDirty(
Boolean* pbIsDirty
);
[C++]
Parameters pbIsDirty [out, retval]
pbIsDirty is a parameter of type bool*
Returns True if TIN is in edit mode.