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


ITinEdit.IsInEditMode 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.IsInEditMode Property
ArcGIS Developer Help

ITinEdit.IsInEditMode Property

Indicates if the TIN is in edit mode.

[Visual Basic .NET]
Public ReadOnly Property IsInEditMode As Boolean
[C#]
public bool IsInEditMode {get;}
[C++]
HRESULT get_IsInEditMode(
  Boolean* pbIsInEditMode
);
[C++]
Parameters
pbIsInEditMode [out, retval]

pbIsInEditMode is a parameter of type bool*

Product Availability

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

See Also

ITinEdit Interface