| Visual Basic | |
|---|---|
Function GetDefaultValueComponent( _ ByVal eValue As EdmDefValComp _ ) As System.Object | |
| C# | |
|---|---|
System.object GetDefaultValueComponent( EdmDefValComp eValue ) | |
| C++/CLI | |
|---|---|
System.Object^ GetDefaultValueComponent( & EdmDefValComp eValue ) | |
Parameters
- eValue
- Type of component for which to get a value as defined in EdmDefValComp
Return Value
Default valueSee the IEdmCardViewCallback6 examples.
The user can generate a new serial number value in a card by right-clicking in the edit box linked to the serial number and selecting New Serial Number from the context menu. The serial number generator calls this method if it needs additional information in order to create the serial number. Implement this method to override the default behavior.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.0