ExternalFileReference Members

The ExternalFileReference type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ExternalFileReference
Public methodEquals (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 (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 (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 (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