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


IGSLine3.LineStringGroup Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSLine3 Interface > IGSLine3.LineStringGroup Property
ArcGIS Developer Help

IGSLine3.LineStringGroup Property

Indicates if the line is part of a line string. Zero is a normal line, otherwise value is the group number the for line string set.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSLine3 Interface