A bunch of segment modifiers.
Syntax
[Visual Basic .NET] Public Sub New ( _ FromPoint As Integer, SegmentType As Integer, SegmentInfo As Byte[] )
[C#] public esriSegmentModifier { int FromPoint, int SegmentType, Byte[] SegmentInfo )
[C++]
typedef struct esriSegmentModifier {long FromPoint;
long SegmentType;
SegmentInfo; } esriSegmentModifier;
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.