StructuralConnectionHandlerTypeCreate(Document, String, Guid, String, ElementId, IListConnectionInputPointInfo) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static StructuralConnectionHandlerType Create(
	Document pADoc,
	string name,
	Guid guid,
	string familyName,
	ElementId categoryId,
	IList<ConnectionInputPointInfo> inputPointsInfo
)

Parameters

pADoc  Document
 
name  String
 
guid  Guid
 
familyName  String
 
categoryId  ElementId
 
inputPointsInfo  IListConnectionInputPointInfo
 

Return Value

StructuralConnectionHandlerType
See Also