<Code Lib>
2024 Method
Changes 0
M

LinearArray.ArrayElementWithoutAssociation

Description:
Creates a new linear array from a single element.
Remarks:
The resulting elements will not be associated with an array element.

public static ICollection<ElementId> ArrayElementWithoutAssociation(
	Document aDoc,
	View dBView,
	ElementId id,
	int count,
	XYZ translationToAnchorMember,
	ArrayAnchorMember anchorMember
)

Return Value ICollection<ElementId> The ids of the elements created during the operation.

Loading…