Revit 2025.3 API
Structural |
Returns size of the section boundary.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public UV GetBoundarySize()
Public Function GetBoundarySize As UV
public: UV^ GetBoundarySize()
member GetBoundarySize : unit -> UV
Return Value
UVSize of the section boundary.
See Also