The TransmissionData type exposes the following members.

Constructors

  NameDescription
Public methodTransmissionData
Constructs a TransmissionData from another TransmissionData

Methods

  NameDescription
Public methodDispose
Releases all resources used by the TransmissionData
Public methodStatic memberDocumentIsNotTransmitted
Determines whether the document at a given file location is not transmitted.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAllExternalFileReferenceIds
Gets the ids of all ExternalFileReferences.
Public methodGetDesiredReferenceData
Gets the ExternalFileReference representing path and load status information to be used the next time this TransmissionData's document is loaded.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLastSavedReferenceData
Gets the ExternalFileReference representing path and load status information concerning the most recent time this TransmissionData's document was opened.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsDocumentTransmitted
Determines whether the document at a given file location is transmitted.
Public methodStatic memberReadTransmissionData
Reads the TransmissionData associated with the file at the given location.
Public methodSetDesiredReferenceData
Sets the ExternalFileReference information which Revit should use the next time it opens the document which this TransmissionData belongs to.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberWriteTransmissionData
Writes the given TransmissionData into the Revit file at the given location.

Properties

  NameDescription
Public propertyIsTransmitted
Determines whether this file has been transmitted or not.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyUserData
A string which users can store notes in.
Public propertyVersion
The format version for TransmissionData

See Also