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