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

LeaderArray.Append

Method
Description:
Add the item to the end of the array.
Syntax
public virtual void Append(
	Leader item
)
Parameters
Parameter Type Description
item Leader The item to be added.
Return Value