ArcObjects Library Reference (CadastralUI)  

IParcelConstruction3.UpdateGridFromGSLines Method

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

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

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction3 Interface