This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Structures > E > esriSegmentModifier Structure (ArcObjects .NET 10.5 SDK) |
A bunch of segment modifiers.
[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;