RVTDocs.com

ReferenceArrayArray.Item

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