This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralLineStrings Interface > ICadastralLineStrings.LineString Property (ArcObjects .NET 10.5 SDK) |
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 );