RadialArrayArrayElementsWithoutAssociation Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ICollection<ElementId> ArrayElementsWithoutAssociation(
	Document aDoc,
	View dBView,
	ICollection<ElementId> ids,
	int count,
	Line axis,
	double angle,
	ArrayAnchorMember anchorMember
)

Parameters

aDoc  Document
 
dBView  View
 
ids  ICollectionElementId
 
count  Int32
 
axis  Line
 
angle  Double
 
anchorMember  ArrayAnchorMember
 

Return Value

ICollectionElementId
See Also