MEPAnalyticalConnectionType.IsNameUnused
Description:
Checks if this is an unused name.
Checks if this is an unused name.
public static bool IsNameUnused(
Document doc,
string name
)
-
docThe document.
-
StringnameThe name to be verified.
Return Value
bool
True if not used by an existing analytical connection type in this document, false if used.
-
A non-optional argument was NULL