2021 Members
Changes 7
M

Reference

Name Return Type Description Inherited From
M Contains(Reference) bool Checks if given reference identifies part of object identified by this reference.
M ConvertToStableRepresentation(Document) string Converts the reference to a stable String representation.
M CreateLinkReference(RevitLinkInstance) Reference Creates a Reference from a Reference in an RVT Link.
M CreateReferenceInLink() Reference Creates a Reference in an RVT Link from a Reference in the RVT host file.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) APIObject
M Equals None (Inherited from Object .) Object .
M EqualTo(Reference) bool Checks if given reference is equal to this reference.
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M ParseFromStableRepresentation(Document, String) Reference Converts a stable String representation of a reference to a Reference object.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P ElementId ElementId The element id for this reference.
P ElementReferenceType ElementReferenceType The type of reference.
P GlobalPoint nullNothingnullptr The position on which the reference is hit.
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject .) APIObject
P LinkedElementId ElementId The id of the top-level element in the linked document that is referred to by this reference.
P UVPoint UV The UV parameters of the reference, if the reference contains a face.