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


ISegmentCollection.HasNonLinearSegments Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ISegmentCollection.HasNonLinearSegments Method

Indicates if this segment collection contains segments other than lines.

[Visual Basic .NET]
Public Sub HasNonLinearSegments ( _
    ByRef nonLinearSegments As Boolean _
)
[C#]
public void HasNonLinearSegments (
    ref bool nonLinearSegments
);
[C++]
HRESULT HasNonLinearSegments(
  VARIANT_BOOL* nonLinearSegments
);
[C++]

Parameters nonLinearSegments [in, out] nonLinearSegments is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns TRUE if the Segment Collection contains CircularArcs, BezierCurves, or EllipticArcs.  Returns FALSE if all segments are Lines.

See Also

ISegmentCollection Interface