RVTDocs.com

MEPAnalyticalConnectionType.IsNameUnused

Method
Description:
Checks if this is an unused name.
Syntax
public static bool IsNameUnused(
	Document doc,
	string name
)
Parameters
Parameter Type Description
doc Document The document.
name String The name to be verified.
Return Value
Type Description
Boolean True if not used by an existing analytical connection type in this document, false if used.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null