| Visual Basic | |
|---|---|
Function GetValidation( _ ByRef poMin As System.Object, _ ByRef poMax As System.Object _ ) As EdmVariableType | |
| C# | |
|---|---|
EdmVariableType GetValidation( out System.object poMin, out System.object poMax ) | |
| C++/CLI | |
|---|---|
EdmVariableType GetValidation( & [Out] System.Object^ poMin, & [Out] System.Object^ poMax ) | |
Parameters
- poMin
- Minimum limit; minimum number of characters in a control of type, EdmVariableType.EdmVarType_Text
- poMax
- Maximum limit for this control's value; maximum number of characters in a control of type, EdmVariableType.EdmVarType_Text
Return Value
Data type to validate as defined in EdmVariableTypeSee the IEdmCardControl6 examples.
If a card control has input validation, the user is unable to click OK or Apply until all validation conditions are met.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2