The XCombinedPath type exposes the following members.

Constructors

  NameDescription
XCombinedPath

Methods

  NameDescription
Add
Adds item value to the collection.
(Inherited from XPathCollection.)
Clear

Removes all objects from the CollectionBase instance.

(Inherited from CollectionBase.)
CopyTo
Copies collection items to the XPathCollection array, starting at the index index in the array collection.
(Inherited from XPathCollection.)
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetEnumerator

Returns an enumerator that can iterate through the CollectionBase instance.

(Inherited from CollectionBase.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetPointOverloaded.
GetTangentOverloaded.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
Insert
Inserts item value to the collection at the position index.
(Inherited from XPathCollection.)
JoinPaths
Joins paths to make one following the other.
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
OnClear
The method is called by the collection when removing all items from it.
(Overrides CollectionBase..::.OnClear()()().)
OnClearComplete

Performs additional custom processes after clearing the contents of the CollectionBase instance.

(Inherited from CollectionBase.)
OnInsert
The method is called by the collection after adding a new item.
(Overrides CollectionBase..::.OnInsert(Int32, Object).)
OnInsertComplete

Performs additional custom processes after inserting a new element into the CollectionBase instance.

(Inherited from CollectionBase.)
OnRemove
The method is called by the collection after removing an item.
(Overrides CollectionBase..::.OnRemove(Int32, Object).)
OnRemoveComplete

Performs additional custom processes after removing an element from the CollectionBase instance.

(Inherited from CollectionBase.)
OnSet
The method is called by the collection after setting an item.
(Overrides CollectionBase..::.OnSet(Int32, Object, Object).)
OnSetComplete

Performs additional custom processes after setting a value in the CollectionBase instance.

(Inherited from CollectionBase.)
OnValidate
This method is called by the collection to validate the item.
(Inherited from XPathCollection.)
Remove
Removes item value from the collection.
(Inherited from XPathCollection.)
RemoveAt

Removes the element at the specified index of the CollectionBase instance.

(Inherited from CollectionBase.)
ResetEndTangent
Resets the tangent vector Vector3 in the end point of the line.
ResetStartTangent
Resets the tangent vector Vector3 in the start point of the line.
SetEndTangent
Sets the tangent vector Vector3 in the end point of the line.
SetStartTangent
Sets the tangent vector Vector3 in the start point of the line.
SmoothPaths
Smooths paths.
SmoothPathsJoin
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
Count

Gets the number of elements contained in the CollectionBase instance.

(Inherited from CollectionBase.)
InnerList

Gets an ArrayList containing the list of elements in the CollectionBase instance.

(Inherited from CollectionBase.)
IsClosed
Returns whether the path is closed. Closed path has the start point and the end point the same.
IsFlexible
Denotes whether the path is flexible.
Item
Gets or sets collection item at the position i.
(Inherited from XPathCollection.)
Length
Returns path length.
List

Gets an IList containing the list of elements in the CollectionBase instance.

(Inherited from CollectionBase.)
SyncRoot
Returns the object that can be used for synchronizing access to this instance.
(Inherited from XPathCollection.)

See Also