Returns the section data array element at the specified index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public TableSectionData GetSectionData(
int nIndex
)
Parameters
- nIndex Int32
-
The index of section data array. If the index is out of the boundary of section data array,
null is returned.
Return Value
TableSectionData
See Also
Reference