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

FormArray.Item

Property
Description:
Gets or sets a form at a specified index within the array.
Syntax
public virtual Form this[
	int index
] { get; set; }
Parameters
Parameter Type Description
index Int32 The index of the form to be set or retrieved.
Return Value
Type Description
Form Returns the form at the specified index.