RVTDocs.com

UpdaterRegistry.IsUpdaterRegistered(UpdaterId, Document)

Method
Description:
Checks whether updater with the given id is registered in a document.
Syntax
public static bool IsUpdaterRegistered(
	UpdaterId id,
	Document document
)
Parameters
Parameter Type Description
id UpdaterId Id of the updater being tested.
document Document Document in which this updater is tested whether it's registered or not.
Return Value
Type Description
Boolean Returns True if the updater is registered in the given document.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null