Returns the position of point boundary conditions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
Remarks
Boundary conditions should be BoundaryConditionsType::Point type. Otherwise exception is thrown.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsInvalidObjectException | Thrown when BoundaryConditions is not a BoundaryConditionsType::Point type. |