The server's method that will be called when Revit User clicks the Section Type parameter's button in the family dialog.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
bool StructuralSectionsUpdate( StructuralSectionsServiceData data )
Parameters
- data StructuralSectionsServiceData
- The Section Type data.
Return Value
BooleanIndicates whether the section type parameter server is executed successfully.