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


esriSegmentModifier Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

esriSegmentModifier Structure

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.