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


IParcelConstruction.LineCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction Interface > IParcelConstruction.LineCount Property
ArcGIS Developer Help

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