ParameterValueSetValueIsLegal Method
|
Checks whether the given value is a legal
value for the parameter.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool ValueIsLegal(
ResultBuffer value
)
Public Function ValueIsLegal (
value As ResultBuffer
) As Boolean
public:
bool ValueIsLegal(
ResultBuffer^ value
)
member ValueIsLegal :
value : ResultBuffer -> bool
Parameters
- value ResultBuffer
- [in] Value to check.
Return Value
Boolean
True if the given value is a legal value for the parameter;
otherwise the method returns false.
See Also