This document is archived and information here might be outdated.  Recommended version.


ITinEdit.IsDirty Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit Interface > ITinEdit.IsDirty Property
ArcGIS Developer Help

ITinEdit.IsDirty Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns True if TIN is in edit mode.

See Also

ITinEdit Interface