Check that value is valid.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2018.1
Syntax
Visual Basic |
---|
Public Function IsValidValue ( _
value As IList(Of AssetProperty) _
) As Boolean |
Visual C++ |
---|
public:
bool IsValidValue(
IList<AssetProperty^>^ value
) |
Parameters
- value
- Type: System.Collections.Generic..::..IList<(Of <(<'AssetProperty>)>)>
The array of properties to validate.
Return Value
Returns true if the array of properties is valid, false otherwise.
Exceptions
See Also