Returns the index of the other section point that creates a line segment with this section point. If no segment can be drawn from this point, then -1 is returned. This can happen if there is no underlying surface to determine elevation, such as a hole in a tin/dtm surface, or if the terrain is narrower than the section or the sample line, such that it's not possible to compute all elevations of the section point elevations. For valid segments, only consider segments from this point to other points of index >= 0

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public int SegmentTo { get; }
Visual Basic
Public ReadOnly Property SegmentTo As Integer
	Get
Visual C++
public:
property int SegmentTo {
	int get ();
}

See Also