AssetPropertyDistance.IsValidValue
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 |
---|---|---|
value | Double | 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. |