2027 Method
Changes 0
M

MEPAnalyticalConnectionType.FindTypeByName

Description:
Finds the analytical connection type by its name.
public static ElementId FindTypeByName(
	Document doc,
	string name
)
  • doc
    The document where the analytical conneciton type is expected.
  • String
    name
    The name of the expected analytical connection type.
Return Value ElementId The element id of matched analytical connection type, otherwise invalidElementId.