ArcObjects Library Reference (GeoDatabase)  

ITinFeatureEdit.IsInMemoryEditMode Property

Indicates if the specified TIN is in in-memory-edit mode.

[Visual Basic .NET]
Public ReadOnly Property IsInMemoryEditMode As Boolean
[C#]
public bool IsInMemoryEditMode {get;}
[C++]
HRESULT get_IsInMemoryEditMode(
  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

ITinFeatureEdit Interface