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


IParcelConstruction4.UpdateGridFromGSLines Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction4 Interface > IParcelConstruction4.UpdateGridFromGSLines Method
ArcGIS Developer Help

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