AssemblyInstance.Create Method

AssemblyInstanceCreate Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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

document  Document
 
assemblyMemberIds  ICollectionElementId
 
namingCategoryId  ElementId
 

Return Value

AssemblyInstance
See Also