The Polyline type exposes the following members.

Methods

  NameDescription
Add
Adds an object to the end of the List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
AddRange
Adds the elements of the specified collection to the end of the List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
AsReadOnly
Returns a read-only IList<(Of <(T>)>) wrapper for the current collection.
(Inherited from List<(Of <(Edge>)>).)
BinarySearchOverloaded.
Clear
Removes all elements from the List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
ConstructFromUnorderedSegments
Computes a list of polylines from a list of unordered edges.
ContainsOverloaded.
ConvertAll<(Of <(TOutput>)>)
Converts the elements in the current List<(Of <(T>)>) to another type, and returns a list containing the converted elements.
(Inherited from List<(Of <(Edge>)>).)
CopyToOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Exists
Determines whether the List<(Of <(T>)>) contains elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(Edge>)>).)
Find
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
FindAll
Retrieves all the elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(Edge>)>).)
FindIndexOverloaded.
FindLast
Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
FindLastIndexOverloaded.
ForEach
Performs the specified action on each element of the List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
GetEnumerator
Returns an enumerator that iterates through the List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRange
Creates a shallow copy of a range of elements in the source List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetVertices
Gets the vertices of the polyline.
IndexOfOverloaded.
Insert
Inserts an element into the List<(Of <(T>)>) at the specified index.
(Inherited from List<(Of <(Edge>)>).)
InsertRange
Inserts the elements of a collection into the List<(Of <(T>)>) at the specified index.
(Inherited from List<(Of <(Edge>)>).)
IsClosed
Tests if the polyline is closed.
LastIndexOfOverloaded.
Remove
Removes the first occurrence of a specific object from the List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
RemoveAll
Removes the all the elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(Edge>)>).)
RemoveAt
Removes the element at the specified index of the List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
RemoveRange
Removes a range of elements from the List<(Of <(T>)>).
(Inherited from List<(Of <(Edge>)>).)
ReverseOverloaded.
Simplify
Computes a simplified polyline.
SortOverloaded.
ToArray
Copies the elements of the List<(Of <(T>)>) to a new array.
(Inherited from List<(Of <(Edge>)>).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TrimExcess
Sets the capacity to the actual number of elements in the List<(Of <(T>)>), if that number is less than a threshold value.
(Inherited from List<(Of <(Edge>)>).)
TrueForAll
Determines whether every element in the List<(Of <(T>)>) matches the conditions defined by the specified predicate.
(Inherited from List<(Of <(Edge>)>).)

See Also