PageParamsCollection Class

This class represents a collection of page parameters objects.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Teigha.GraphicsSystemPageParamsCollection

Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class PageParamsCollection : CollectionBase

The PageParamsCollection type exposes the following members.

Constructors
  Name Description
Public method PageParamsCollection Default constructor for the PageParamsCollection class. Creates an empty collection of page parameters.
Top
Properties
  Name Description
Public property Capacity
(Inherited from CollectionBase)
Public property Count
(Inherited from CollectionBase)
Protected property InnerList
(Inherited from CollectionBase)
Public property Item Property that represents an item from the collection at the specified index.
Protected property List
(Inherited from CollectionBase)
Top
Methods
  Name Description
Public method Add Adds a page parameters object to the end of this collection. This method grows the collection capacity if necessary.
Public method Clear
(Inherited from CollectionBase)
Public method Contains Checks whether this collection contains the specified object.
Public method CopyTo Copies the specified array to this collection at the specified index.
Public method Equals
(Inherited from Object)
Protected method Finalize
(Inherited from Object)
Public method GetEnumerator
(Inherited from CollectionBase)
Public method GetHashCode
(Inherited from Object)
Public method GetType
(Inherited from Object)
Public method IndexOf Returns an index in the collection of the specified page parameters object.
Public method Insert Inserts the specified object to the collection at the provided index.
Protected method MemberwiseClone
(Inherited from Object)
Protected method OnClear
(Inherited from CollectionBase)
Protected method OnClearComplete
(Inherited from CollectionBase)
Protected method OnInsert
(Inherited from CollectionBase)
Protected method OnInsertComplete
(Inherited from CollectionBase)
Protected method OnRemove
(Inherited from CollectionBase)
Protected method OnRemoveComplete
(Inherited from CollectionBase)
Protected method OnSet
(Inherited from CollectionBase)
Protected method OnSetComplete
(Inherited from CollectionBase)
Protected method OnValidate
(Overrides CollectionBaseOnValidate(Object))
Public method Remove Removes the specified object from the collection.
Public method RemoveAt
(Inherited from CollectionBase)
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.