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


ITinEdit.StartEditing Method (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.StartEditing Method
ArcGIS Developer Help

ITinEdit.StartEditing Method

Initiates edit mode.

[Visual Basic .NET]
Public Function StartEditing ( _
) As Boolean
[C#]
public bool StartEditing (
);
[C++]
HRESULT StartEditing(
void
);

Product Availability

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

Description

StartEditing places the TIN in edit mode. It must be called before any edits can take place. The exception is after using ITinEdit.InitNew which automatically places the TIN in edit mode.

A False value is returned if StartEditing is not successful at opening the TIN for write access. The likely cause for failure would be file permissions.

See also ITinFeatureEdit.StartInMemoryEditing

See Also

ITinEdit Interface