<Code Lib>
2027 Method
Changes 0
M

MEPAnalyticalConnectionType.IsNameUnused

Description:
Checks if this is an unused name.

public static bool IsNameUnused(
	Document doc,
	string name
)

  • doc
    The document.
  • String
    name
    The name to be verified.
Return Value Boolean True if not used by an existing analytical connection type in this document, false if used.

Loading…