Struct ElementId
Represents an element identifier.
Implements
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 6, 0, 0)]
public struct ElementId : IEquatable<ElementId>
Remarks
This structure is available since v7.6.
Constructors
| Name | Description |
|---|---|
| ElementId(DocumentId, int) | Initializes a new instance of the ElementId structure. |
Fields
| Name | Description |
|---|---|
| Empty | Empty identifier. |
Properties
| Name | Description |
|---|---|
| DocumentId | Gets the identifier of the document of the element. |
| Id | Gets the identifier of the element within its document. |
| IsEmpty | Tells whether the element identifier is empty. |
Methods
| Name | Description |
|---|---|
| Equals(object) | |
| Equals(ElementId) | |
| GetHashCode() |
Operators
| Name | Description |
|---|---|
| operator ==(ElementId, ElementId) | Tells whether two element identifiers are equal. |
| operator !=(ElementId, ElementId) | Tells whether two element identifiers are different. |