The ExternalFileReference type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ExternalFileReference
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAbsolutePath
Returns an absolute path to the referenced file, regardless of whether the PathType.Enum is relative or absolute.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLinkedFileStatus
Returns a LinkedFileStatus.Enum corresponding to the load status of the referenced file.
Public methodGetPath
Gets the path of the link, relative or absolute according to the link's settings
Public methodGetReferencingId
Gets the ElementId corresponding to the element which this ExternalFileReference is associated with.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsValidExternalFileReference
Checks an ExternalFileReference to see if it is properly created.
Public methodIsValidPathTypeForExternalFileReference
Checks whether a PathType enum value will be valid to use with this ExternalFileReference.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyExternalFileReferenceType
The type of external file which this object references.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyPathType
The path type of the link (relative, absolute, or server).

See Also