BoundaryConditionsPreset Property |
The boundary conditions preset.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic BoundaryConditionsPreset Preset { get; set; }Public Property Preset As BoundaryConditionsPreset
Get
Set
public:
property BoundaryConditionsPreset Preset {
BoundaryConditionsPreset get ();
void set (BoundaryConditionsPreset value);
}member Preset : BoundaryConditionsPreset with get, set
Property Value
BoundaryConditionsPreset
Exceptions| Exception | Condition |
|---|
| ArgumentException |
When setting this property: The provided BoundaryConditionsPreset preset is not supported for this boundary conditions type.
|
| ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
See Also