RadialArray.ArrayElementsWithoutAssociation Method

RadialArrayArrayElementsWithoutAssociation Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static ICollection<ElementId> ArrayElementsWithoutAssociation(
	Document aDoc,
	View dBView,
	ICollection<ElementId> ids,
	int count,
	Line axis,
	double angle,
	ArrayAnchorMember anchorMember
)
Public Shared Function ArrayElementsWithoutAssociation ( 
	aDoc As Document,
	dBView As View,
	ids As ICollection(Of ElementId),
	count As Integer,
	axis As Line,
	angle As Double,
	anchorMember As ArrayAnchorMember
) As ICollection(Of ElementId)
public:
static ICollection<ElementId^>^ ArrayElementsWithoutAssociation(
	Document^ aDoc, 
	View^ dBView, 
	ICollection<ElementId^>^ ids, 
	int count, 
	Line^ axis, 
	double angle, 
	ArrayAnchorMember anchorMember
)
static member ArrayElementsWithoutAssociation : 
        aDoc : Document * 
        dBView : View * 
        ids : ICollection<ElementId> * 
        count : int * 
        axis : Line * 
        angle : float * 
        anchorMember : ArrayAnchorMember -> ICollection<ElementId> 

Parameters

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

Return Value

ICollectionElementId
See Also