RVTDocs.com

AssetPropertyEnum.IsValidValue

Method
Description:
Checks that the value is a valid value for this property.
Syntax
public bool IsValidValue(
	int value
)
Parameters
Parameter Type Description
value Int32 The value to be checked.
Return Value
Type Description
Boolean True if the value is valid for the property.
Exceptions
Exception Condition
InvalidOperationException Cannot check validity for a property not being edited in AppearanceAssetEditScope.