PolylineSegmentCollection Class |
Namespace: Gile.AutoCAD.R20.Geometry
The PolylineSegmentCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | PolylineSegmentCollection |
Creates a new empty instance of PolylineSegmentCollection.
|
![]() | PolylineSegmentCollection(Circle) |
Creates a new instance of PolylineSegmentCollection.
|
![]() | PolylineSegmentCollection(Ellipse) |
Creates a new instance of PolylineSegmentCollection.
|
![]() | PolylineSegmentCollection(IEnumerablePolylineSegment) |
Creates a new instance of PolylineSegmentCollection.
|
![]() | PolylineSegmentCollection(Polyline) |
Creates a new instance of PolylineSegmentCollection.
|
![]() | PolylineSegmentCollection(Polyline2d) |
Creates a new instance of PolylineSegmentCollection.
|
![]() | PolylineSegmentCollection(PolylineSegment) |
Creates a new instance of PolylineSegmentCollection.
|
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from ListPolylineSegment.) |
![]() | Count | (Inherited from ListPolylineSegment.) |
![]() | EndPoint |
Gets the end point of the last segment.
|
![]() | Item | (Inherited from ListPolylineSegment.) |
![]() | StartPoint |
Gets the start point of the first segment.
|
Name | Description | |
---|---|---|
![]() | Add | (Inherited from ListPolylineSegment.) |
![]() | AddRange(IEnumerablePolyline) |
Adds the polyline segments of all polylines in plines to the current collection.
|
![]() | AddRange(IEnumerableT) | (Inherited from ListPolylineSegment.) |
![]() | AddRange(Polyline) |
Adds the polyline segments of pline to the current collection.
|
![]() | AsReadOnly | (Inherited from ListPolylineSegment.) |
![]() | BinarySearch(T) | (Inherited from ListPolylineSegment.) |
![]() | BinarySearch(T, IComparerT) | (Inherited from ListPolylineSegment.) |
![]() | BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListPolylineSegment.) |
![]() | Clear | (Inherited from ListPolylineSegment.) |
![]() | Contains | (Inherited from ListPolylineSegment.) |
![]() | ConvertAllTOutput | (Inherited from ListPolylineSegment.) |
![]() | CopyTo(T) | (Inherited from ListPolylineSegment.) |
![]() | CopyTo(T, Int32) | (Inherited from ListPolylineSegment.) |
![]() | CopyTo(Int32, T, Int32, Int32) | (Inherited from ListPolylineSegment.) |
![]() | Equals | (Inherited from Object.) |
![]() | Exists | (Inherited from ListPolylineSegment.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Find | (Inherited from ListPolylineSegment.) |
![]() | FindAll | (Inherited from ListPolylineSegment.) |
![]() | FindIndex(PredicateT) | (Inherited from ListPolylineSegment.) |
![]() | FindIndex(Int32, PredicateT) | (Inherited from ListPolylineSegment.) |
![]() | FindIndex(Int32, Int32, PredicateT) | (Inherited from ListPolylineSegment.) |
![]() | FindLast | (Inherited from ListPolylineSegment.) |
![]() | FindLastIndex(PredicateT) | (Inherited from ListPolylineSegment.) |
![]() | FindLastIndex(Int32, PredicateT) | (Inherited from ListPolylineSegment.) |
![]() | FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListPolylineSegment.) |
![]() | ForEach | (Inherited from ListPolylineSegment.) |
![]() | GetClosestSegmentIndexTo |
Gets the index of the closest segment to the specified point.
|
![]() | GetEnumerator | (Inherited from ListPolylineSegment.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRange | (Inherited from ListPolylineSegment.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from ListPolylineSegment.) |
![]() | IndexOf(T, Int32) | (Inherited from ListPolylineSegment.) |
![]() | IndexOf(T, Int32, Int32) | (Inherited from ListPolylineSegment.) |
![]() | Insert | (Inherited from ListPolylineSegment.) |
![]() | InsertRange | (Inherited from ListPolylineSegment.) |
![]() | Inverse |
Reverse the order of the collection and of the segments it contains.
|
![]() | Join |
Joins the contiguous segments into one or more instance of PolylineSegmentCollection.
Points are compared using Tolerance.Global.
|
![]() | Join(Tolerance) |
Joins the contiguous segments into one or more instance of PolylineSegmentCollection.
Points are compared using the specified Tolerance.
|
![]() | LastIndexOf(T) | (Inherited from ListPolylineSegment.) |
![]() | LastIndexOf(T, Int32) | (Inherited from ListPolylineSegment.) |
![]() | LastIndexOf(T, Int32, Int32) | (Inherited from ListPolylineSegment.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | (Inherited from ListPolylineSegment.) |
![]() | RemoveAll | (Inherited from ListPolylineSegment.) |
![]() | RemoveAt | (Inherited from ListPolylineSegment.) |
![]() | RemoveRange | (Inherited from ListPolylineSegment.) |
![]() | Reverse | (Inherited from ListPolylineSegment.) |
![]() | Reverse(Int32, Int32) | (Inherited from ListPolylineSegment.) |
![]() | Sort | (Inherited from ListPolylineSegment.) |
![]() | Sort(ComparisonT) | (Inherited from ListPolylineSegment.) |
![]() | Sort(IComparerT) | (Inherited from ListPolylineSegment.) |
![]() | Sort(Int32, Int32, IComparerT) | (Inherited from ListPolylineSegment.) |
![]() | ToArray | (Inherited from ListPolylineSegment.) |
![]() | ToPolyline |
Creates a new instance of Polyline.
|
![]() | ToString | (Inherited from Object.) |
![]() | TrimExcess | (Inherited from ListPolylineSegment.) |
![]() | TrueForAll | (Inherited from ListPolylineSegment.) |