AssemblyInstanceCreate Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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