AssetPropertyDoubleArray4d.IsValidValue(Color)
Method
Description:
Checks that the value is a valid value for this property.
Checks that the value is a valid value for this property.
Parameters
Parameter | Type | Description |
---|---|---|
color | Color | 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. |