2020 Method
Changes 0
M

RadialArray.ArrayElementWithoutAssociation

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