ArcObjects Library Reference (CadastralUI)  

IParcelConstruction.LineCount Property

Number of lines in the table grid.

[Visual Basic .NET]
Public ReadOnly Property LineCount As Integer
[C#]
public int LineCount {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the number of construction lines present in the parcel construction environment. Always returns at least one construction line, which represents the first empty construction line in the construction grid.

See Also

IParcelConstruction Interface