GetBoundarySize Method
Returns size of the section boundary.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:  2015

Syntax

C#
public UV GetBoundarySize()
Visual Basic
Public Function GetBoundarySize As UV
Visual C++
public:
UV^ GetBoundarySize()

Return Value

Size of the section boundary.

See Also