Share

PartDataRange.IsValidValue Method

Gets if the specified value is in the range.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool IsValidValue(
	Object value
)

VB

Public Function IsValidValue ( 
	value As Object
) As Boolean

C++

public:
bool IsValidValue(
	Object^ value
)

Parameters

value  Object
 

Return Value

Boolean

See Also

Reference

Was this information helpful?