RVTDocs.com

CombinableElementArray.Item

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