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


ICadastralMapEdit.StartMapEdit Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralMapEdit Interface > ICadastralMapEdit.StartMapEdit Method
ArcGIS Developer Help

ICadastralMapEdit.StartMapEdit Method

Start map editing on current parcels selected in parcel explorer.

[Visual Basic .NET]
Public Sub StartMapEdit ( _
    ByVal mapEditSource As esriMapEditType, _
    ByVal Name As String, _
    ByVal renderEditParcelsInForeground As Boolean _
)
[C#]
public void StartMapEdit (
    esriMapEditType mapEditSource,
    string Name,
    bool renderEditParcelsInForeground
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralMapEdit Interface