This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* nonLinearSegments
);
[C++] Parameters nonLinearSegments [in, out]
nonLinearSegments is a parameter of type bool*
Returns TRUE if the Segment Collection contains CircularArcs, BezierCurves, or EllipticArcs. Returns FALSE if all segments are Lines.