ReleaseConditions(Boolean) Constructor

Creates a new instance of ReleaseConditions.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ReleaseConditions(
	bool start
)

Parameters

start  Boolean
The position on analytical element. True for start, false for end.
See Also