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


IParcelConstruction.CanModifyPointIDs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelConstruction.CanModifyPointIDs Property

Indicates if point IDs be changed. Returns false for existing lines on a joined parcel.

[Visual Basic .NET]
Public Function get_CanModifyPointIDs ( _
    ByVal Row As Integer _
) As Boolean
[C#]
public bool get_CanModifyPointIDs (
    int Row
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction Interface