The HatchPatternTable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a new hatch pattern with specified definition to the table.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find |
Finds the hatch pattern with a given name. Search ignores case.
| |
| GetEnumerator | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | Number of patterns in the table. | |
| CurrentHatchPatternIndex |
At all times, there is a "current" hatch pattern. Unless otherwise
specified, new objects are assigned to the current hatch pattern.
The current hatch pattern is never locked, hidden, or deleted.
| |
| Document | Document that owns this table. | |
| Item |
Conceptually, the hatch pattern table is an array of hatch patterns.
The operator[] can be used to get individual hatch patterns. A hatch pattern is
either active or deleted and this state is reported by HatchPattern.IsDeleted.
|