2021 Method
Changes 0
M

StructuralConnectionHandlerType.Create

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