<Code Lib>
2023 Method
Changes 0
M

MEPAnalyticalConnectionType.IsNameUnused

Description:
Checks if this is an unused name.

public static bool IsNameUnused(
	Document doc,
	string name
)

Return Value bool True if not used by an existing analytical connection type in this document, false if used.

Loading…