ElementNode
Description:
A render node that represents an element, including the host document containing the element.
A render node that represents an element, including the host document containing the element.
public class ElementNode : RenderNode
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from RenderNode ) | RenderNode |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Document | Document | Gets the document associated with the element. | |
| ElementId | ElementId | The Id of the element. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from RenderNode ) | RenderNode |
| LinkInstanceId | ElementId | The Id of the link instance for the element. | |
| NodeName | string | A readable name of the output node. (Inherited from RenderNode ) | RenderNode |