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


IParcelConstruction4.UpdateGridFromGSLines Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelConstruction4.UpdateGridFromGSLines Method

Updates the line grid with the values in the GSLines. Readding lines rehydrates lines from pracel or construction line structures.

[Visual Basic .NET]
Public Sub UpdateGridFromGSLines ( _
    ByVal CommitTableToParcel As Boolean, _
    ByVal AddLinesFromSource As Boolean _
)
[C#]
public void UpdateGridFromGSLines (
    bool CommitTableToParcel,
    bool AddLinesFromSource
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface