This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureEdit Interface > ITinFeatureEdit.IsInMemoryEditMode Property (ArcObjects .NET 10.5 SDK) |
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