AssetPropertyDoubleArray4d.IsValidValue(IList<Double>) Method

AssetPropertyDoubleArray4dIsValidValue(IListDouble) 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<double> value
)
Public Function IsValidValue ( 
	value As IList(Of Double)
) As Boolean
public:
bool IsValidValue(
	IList<double>^ value
)
member IsValidValue : 
        value : IList<float> -> bool 

Parameters

value  IListDouble
 

Return Value

Boolean
See Also