SizingOptionsIsValid Method |
Checks if the options are valid and ready for sizing operation.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
SyntaxPublic Function IsValid As Boolean
member IsValid : unit -> bool
Return Value
Boolean
Returns true if the options are valid, false otherwise.
Remarks
The options are valid if the parameters including density and viscosity are correctly initialized to be non-zero values,
See Also