The Reference type exposes the following members.

Constructors

  NameDescription
Public methodReference
Creates a Reference with the supplied element.

Methods

  NameDescription
Public methodContains
Checks if given reference identifies part of object identified by this reference.
Public methodConvertToStableRepresentation
Converts the reference to a stable String representation.
Public methodCreateLinkReference
Creates a Reference from a Reference in an RVT Link.
Public methodCreateReferenceInLink
Creates a Reference in an RVT Link from a Reference in the RVT host file.
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEqualTo
Checks if given reference is equal to this reference.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParseFromStableRepresentation
Converts a stable String representation of a reference to a Reference object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyElementId
The element id for this reference.
Public propertyElementReferenceType
The type of reference.
Public propertyGlobalPoint
The position on which the reference is hit.
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyLinkedElementId
The id of the top-level element in the linked document that is referred to by this reference.
Public propertyUVPoint
The UV parameters of the reference, if the reference contains a face.

See Also