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


ICadastralLineStrings.LineString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralLineStrings Interface > ICadastralLineStrings.LineString Property
ArcGIS Developer Help

ICadastralLineStrings.LineString Property

Line strings for row. A null object indicates standard two point line.

[Visual Basic .NET]
Public Function get_LineString ( _
    ByVal Row As Integer _
) As IEnumGSLines
[Visual Basic .NET]
Public Sub set_LineString ( _
    ByVal Row As Integer, _
    ByVal LineStrings As IEnumGSLines _
)
[C#]
public IEnumGSLines get_LineString (
    int Row
);
[C#]
public void set_LineString (
    int Row,
    IEnumGSLines LineStrings
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLineStrings Interface