Revit 2025 API
Panel |
Gets section data that will be written to
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public TableSectionData GetSectionData( SectionType sectionType )
Public Function GetSectionData ( sectionType As SectionType ) As TableSectionData
public: TableSectionData^ GetSectionData( SectionType sectionType )
member GetSectionData : sectionType : SectionType -> TableSectionData
Parameters
- sectionType SectionType
- The section type
Return Value
TableSectionDataThe TableSectionData

Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also