Revit 2026 API
Assembly |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static AssemblyInstance Create( Document document, ICollection<ElementId> assemblyMemberIds, ElementId namingCategoryId )
Public Shared Function Create ( document As Document, assemblyMemberIds As ICollection(Of ElementId), namingCategoryId As ElementId ) As AssemblyInstance
public: static AssemblyInstance^ Create( Document^ document, ICollection<ElementId^>^ assemblyMemberIds, ElementId^ namingCategoryId )
static member Create : document : Document * assemblyMemberIds : ICollection<ElementId> * namingCategoryId : ElementId -> AssemblyInstance
Parameters
Return Value
AssemblyInstanceSee Also