Click or drag to resize

HatchPatternTable Methods

The HatchPatternTable type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new hatch pattern with specified definition to the table.
Public methodClear
Marks all items as deleted.
(Inherited from CommonComponentTableT.)
Public methodDelete(HatchPattern)
Deletes a hatch pattern from the table.
(Overrides CommonComponentTableTDelete(T).)
Public methodDelete(Int32)
Deletes a hatch pattern from the table.
Public methodDelete(HatchPattern, Boolean)
Deletes a hatch pattern from the table.
Public methodDelete(Int32, Boolean)
Deletes a hatch pattern from the table.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodCode exampleFind Obsolete.
Finds the hatch pattern with a given name. Search ignores case.
Public methodFindId
Uses the guid to find a model component. Deleted objects cannot be found by id. The guid is the value that is stored in the .Id property. In a single document, no two active objects have the same guid. If an object is replaced with a new object, then the guid persists. For example, if the _Move command moves an object, then the moved object inherits its guid from the starting object. If the Copy command copies an object, then the copy gets a new guid. This guid persists through file saving/opening operations. This function will not find grip objects.
(Inherited from CommonComponentTableT.)
Public methodFindIndex
Retrieves a HatchPattern object based on Index. This search type of search is discouraged. We are moving towards using only IDs for all tables.
Public methodCode exampleFindName
Finds the hatch pattern with a given name. Search ignores case.
Public methodFindNameHash
Finds a HatchPattern given its name hash.
Public methodGetEnumerator
Returns the enumerator that yields all items.
(Inherited from CommonComponentTableT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodModify
Modify hatch pattern settings.
Public methodRename(HatchPattern, String)
Renames a hatch pattern in the table.
Public methodRename(Int32, String)
Renames a hatch pattern in the table.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also