<Code Lib>
2020 Method
Changes 0
M

MEPAnalyticalConnectionType.FindTypeByName

Description:
Finds the analytical connection type by its name.

public static ElementId FindTypeByName(
	Document doc,
	string name
)

Return Value ElementId The element id of matched analytical connection type, otherwise invalidElementId.

Loading…