RVTDocs.com

BoundaryConditions.Point

Property
Description:
Returns the position of point boundary conditions.
Remarks:
Boundary conditions should be BoundaryConditionsType::Point type. Otherwise exception is thrown.
Syntax
public XYZ Point { get; }
Exceptions
Exception Condition
InvalidObjectException Thrown when BoundaryConditions is not a BoundaryConditionsType::Point type.