Click or drag to resize

LinetypeItemCollection Class

It is a collection of line types.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADLinetypeItemCollection

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class LinetypeItemCollection : IList, 
	ICollection, IEnumerable, IEnumerable<LinetypeItem>

The LinetypeItemCollection type exposes the following members.

Constructors
  NameDescription
Protected methodLinetypeItemCollection
Initializes a new instance of the LinetypeItemCollection class
Top
Properties
Methods
  NameDescription
Public methodAdd
Add line type.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Return an enumerator that iterates over the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLinetypeByNumber
Get the line type of the specified line type number.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOfLinetypeNumber
Get the index of the specified line type number.
Public methodIndexOfName
Get the index of the name of the specified line type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAt
Delete the line type with the specified index.
Public methodRemoveByName
Delete the line type with the specified name.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also