RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ReferenceArray

ReferenceArray.Insert

Method
Description:
Insert the specified reference into the array.
Syntax
public virtual void Insert(
	Reference item,
	int index
)
Parameters
Parameter Type Description
item Reference The reference to be inserted into the array.
index Int32 The reference will be inserted before this index.
Return Value
Type Description
ReferenceArray Class Returns whether the reference was inserted into the array.