This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentCollection Interface > ISegmentCollection.HasNonLinearSegments Method (ArcObjects .NET 10.4 SDK) |
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
Returns TRUE if the Segment Collection contains CircularArcs, BezierCurves, or EllipticArcs. Returns FALSE if all segments are Lines.