This enum declares type of BoundaryConditions.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum BoundaryConditionsType
Members
| Member name | Value | Description |
|---|
| Area | 2 |
Area Boundary Conditions
|
| Line | 1 |
Line Boundary Conditions
|
| Point | 0 |
Point Boundary Conditions
|
See Also
Reference