Click or drag to resize

ArticulationCollection Class

A collection of Articulation instances.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionArticulation
    AGI.Foundation.Platforms.AdvancedArticulationCollection

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class ArticulationCollection : Collection<Articulation>

The ArticulationCollection type exposes the following members.

Constructors
  NameDescription
Public methodArticulationCollection
Initializes a new instance of the ArticulationCollection class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionArticulation.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionArticulation.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionArticulation.)
Public methodClear (Inherited from CollectionArticulation.)
Public methodContains (Inherited from CollectionArticulation.)
Public methodCopyTo (Inherited from CollectionArticulation.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionArticulation.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionArticulation.)
Public methodInsert (Inherited from CollectionArticulation.)
Public methodRemove (Inherited from CollectionArticulation.)
Public methodRemoveAt (Inherited from CollectionArticulation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also