Collects the ids of all StructuralConnectionApprovalTypes in the document.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2017
Syntax
C# |
---|
public static void GetAllStructuralConnectionApprovalTypes(
Document cda,
out ICollection<ElementId> ids
) |
Visual Basic |
---|
Public Shared Sub GetAllStructuralConnectionApprovalTypes ( _
cda As Document, _
<OutAttribute> ByRef ids As ICollection(Of ElementId) _
) |
Visual C++ |
---|
public:
static void GetAllStructuralConnectionApprovalTypes(
Document^ cda,
[OutAttribute] ICollection<ElementId^>^% ids
) |
Exceptions
See Also