MEPAnalyticalConnectionType.Create
Description:
Creates an analytical connection type element.
Creates an analytical connection type element.
Remarks:
The newly created type would have the default pressure loss being 0. Use ElementType.duplicate to copy from any existing type.
The newly created type would have the default pressure loss being 0. Use ElementType.duplicate to copy from any existing type.
public static MEPAnalyticalConnectionType Create(
Document doc,
string name
)
-
docThe document.
-
nameThe name of the analytical type to be created.
-
This name is already used by an existing analytical connection type in the document. -or- name cannot include prohibited characters. -or- name is an empty string.
-
A non-optional argument was NULL