The XCombinedPath type exposes the following members.

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