Gets section data that will be written to
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public TableSectionData GetSectionData( SectionType sectionType )
Parameters
- sectionType SectionType
- The section type
Return Value
TableSectionDataThe TableSectionData
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
