LinetypeItemCollection Class |
Namespace: RootPro.RootProCAD
The LinetypeItemCollection type exposes the following members.
Name | Description | |
---|---|---|
LinetypeItemCollection | Initializes a new instance of the LinetypeItemCollection class |
Name | Description | |
---|---|---|
Count |
Get the number of line types in the collection.
| |
Document |
Get the document.
| |
ItemInt32 |
Get the line type of the specified index.
| |
ItemString |
Get the line type with the specified name.
| |
LayerLinetype |
Get layer line type.
|
Name | Description | |
---|---|---|
Add |
Add line type.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Return an enumerator that iterates over the collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLinetypeByNumber |
Get the line type of the specified line type number.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOfLinetypeNumber |
Get the index of the specified line type number.
| |
IndexOfName |
Get the index of the name of the specified line type.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveAt |
Delete the line type with the specified index.
| |
RemoveByName |
Delete the line type with the specified name.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |