ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* pbIsInEditMode
);
[C++]

Parameters

pbIsInEditMode [out, retval]   pbIsInEditMode is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITinEdit Interface