2020 Method
Changes 0
M

RadialArray.ArrayElementsWithoutAssociation

Description:
Creates a new radial array from a set of elements based on an input rotation axis.
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,
	Line axis,
	double angle,
	ArrayAnchorMember anchorMember
)
Return Value ICollection<ElementId> The elements created by the operation.