2027 Method
Changes 0
M

StructuralConnectionHandlerType.Create

Description:
Creates a new StructuralConnectionHandlerType object.
Overloads (3):
public static StructuralConnectionHandlerType Create(
	Document pADoc,
	string name,
	Guid guid,
	string familyName,
	ElementId categoryId
)
  • pADoc
    The document.
  • String
    name
    The type name.
  • Guid
    guid
    Connection GUID.
  • String
    familyName
    Name of system family which created type will belong to.
  • categoryId
    Category identity of connection type.
Return Value StructuralConnectionHandlerType The newly created instance.