Note: This API is now obsolete.
A collection of ReferenceLine objects.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Framework.DocumentModel.DocumentNodeListBase<ReferenceLine>
Spotfire.Dxp.Application.Visuals.ReferenceLineCollection
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
Syntax
C#
[SerializableAttribute] [ObsoleteAttribute("Use FittingModels instead.")] [PersistenceVersionAttribute(3, 0)] public sealed class ReferenceLineCollection : DocumentNodeListBase<ReferenceLine>
The ReferenceLineCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | Count |
Gets the number of elements contained in this instance.
(Inherited from DocumentNodeListBase<T>.) |
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | Item |
Gets the element at the specified index.
(Inherited from DocumentNodeListBase<T>.) |
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddNew | Obsolete. Adds a reference line based on a given expression.
|
![]() | Clear | Obsolete. Removes all items from this collection.
|
![]() | Contains |
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBase<T>.) |
![]() | ForEachNodeInSubTree<TNode> |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBase<T>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Searches for the specified value and returns the zero-based index
of the first occurrence within this collection.
(Inherited from DocumentNodeListBase<T>.) |
![]() | Move | Obsolete. Moves the item at the specified index to a new location in the collection.
|
![]() | Remove | Obsolete. Removes the first occurrence of the given item from this collection.
|
![]() | RemoveAt | Obsolete. Removes the item at the specified index.
|
![]() | ToArray | Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBase<T>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Obsolete (compiler warning) in 14.5
Obsolete (compiler warning) in 14.4
Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also