AssetPropertyList.IsValidValue Method

AssetPropertyListIsValidValue Method


Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValidValue(
	IList<AssetProperty> value
)
Public Function IsValidValue ( 
	value As IList(Of AssetProperty)
) As Boolean
public:
bool IsValidValue(
	IList<AssetProperty^>^ value
)
member IsValidValue : 
        value : IList<AssetProperty> -> bool 

Parameters

value  IListAssetProperty
 

Return Value

Boolean
See Also