Reference
Description:
A stable reference to a geometric object in a Revit model.
A stable reference to a geometric object in a Revit model.
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Reference(Element) | Reference | Creates a Reference with the supplied element. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Contains(Reference) | Boolean | Checks if given reference identifies part of object identified by this reference. | |
| ConvertToStableRepresentation(Document) | String | Converts the reference to a stable String representation. | |
| CreateLinkReference(RevitLinkInstance) | Reference | Creates a Reference from a Reference in an RVT Link. | |
| CreateReferenceInLink() | Reference | Creates a Reference in an RVT Link from a Reference in the RVT host file. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) | APIObject |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| EqualTo(Reference) | Boolean | Checks if given reference is equal to this reference. | |
| 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 |
| ParseFromStableRepresentation(Document, String) | Reference | Converts a stable String representation of a reference to a Reference object. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ElementId | ElementId | The element id for this reference. | |
| ElementReferenceType | ElementReferenceType | The type of reference. | |
| GlobalPoint | XYZ | The position on which the reference is hit. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject ) | APIObject |
| LinkedElementId | ElementId | The id of the top-level element in the linked document that is referred to by this reference. | |
| UVPoint | UV | The UV parameters of the reference, if the reference contains a face. |
No comments yet. Start the discussion.
Loading…