StructuralConnectionHandlerType.Create
Description:
Creates a new StructuralConnectionHandlerType object.
Creates a new StructuralConnectionHandlerType object.
Overloads (3):
Create(Document,String,Guid,String)
public static StructuralConnectionHandlerType Create(
Document pADoc,
string name,
Guid guid,
string familyName
)
-
pADocThe document.
-
StringnameThe type name.
-
GuidguidConnection GUID.
-
StringfamilyNameName of system family which created type will belong to.
-
A non-optional argument was null
-
The document is in failure mode: an operation has failed, and Revit requires the user to either cancel the operation or fix the problem (usually by deleting certain elements). -or- The document is being loaded, or is in the midst of another sensitive process.
-
The document has no open transaction.