RVTDocs.com

AssetPropertyDoubleArray4d.IsValidValue(IList<Double>)

Method
Description:
Checks that the value is a valid value for this property.
Syntax
public bool IsValidValue(
	IList<double> value
)
Parameters
Parameter Type Description
value IList The value to be checked.
Return Value
Type Description
Boolean True if the value is valid for the property.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException Cannot check validity for a property not being edited in AppearanceAssetEditScope.