2020 Method
Changes 0
M

LinearArray.ArrayElementsWithoutAssociation

Description:
Creates a new linear array from a set of elements.
Remarks:
The resulting elements will not be associated with an array element.
public static ICollection<ElementId> ArrayElementsWithoutAssociation(
	Document aDoc,
	View dBView,
	ICollection<ElementId> ids,
	int count,
	XYZ translationToAnchorMember,
	ArrayAnchorMember anchorMember
)
Return Value ICollection<ElementId> The ids of the elements created during the operation.