CanCreateLineBoundaryConditions Method


Boundary Conditions Can Create Line Boundary Conditions Method

Checks if the provided host can host a line boundary conditions.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static bool CanCreateLineBoundaryConditions(
	Document doc,
	Reference reference,
	bool isConstrainedOnHost,
	Curve curve
)

Parameters

doc Document
The document containing both the host and the boundary conditions.
reference Reference
A reference to an analytical element.
isConstrainedOnHost Boolean
A value indicating if the line boundary conditions is constrained on host or not.
curve Curve
Curve of the boundary conditions. This is taken into account only if isConstrainedOnHost is false.

Return Value

Boolean
True if a line boundary conditions can be placed on the input host.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →