2022 Members
Changes 4
M

TransmissionData

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the TransmissionData
M DocumentIsNotTransmitted(ModelPath) bool Determines whether the document at a given file location is not transmitted.
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetAllExternalFileReferenceIds() ICollection<ElementId> Gets the ids of all ExternalFileReferences.
M GetDesiredReferenceData(ElementId) ExternalFileReference Gets the ExternalFileReference representing path and load status information to be used the next time this TransmissionData's document is loaded.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetLastSavedReferenceData(ElementId) ExternalFileReference Gets the ExternalFileReference representing path and load status information concerning the most recent time this TransmissionData's document was opened.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsDocumentTransmitted(ModelPath) bool Determines whether the document at a given file location is transmitted.
M ReadTransmissionData(ModelPath) TransmissionData Reads the TransmissionData associated with the file at the given location.
M SetDesiredReferenceData(ElementId, ModelPath, PathType, Boolean) None Sets the ExternalFileReference information which Revit should use the next time it opens the document which this TransmissionData belongs to.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
M WriteTransmissionData(ModelPath, TransmissionData) None Writes the given TransmissionData into the Revit file at the given location.
Name Return Type Description Inherited From
P IsTransmitted bool Determines whether this file has been transmitted or not.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P UserData string A string which users can store notes in.
P Version int The format version for TransmissionData