RadialArray.Create(Document, View, ICollection<ElementId>, Int32, Line, Double, ArrayAnchorMember) Method

RadialArrayCreate(Document, View, ICollectionElementId, Int32, Line, Double, ArrayAnchorMember) Method


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

Parameters

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

Return Value

RadialArray
See Also