| Visual Basic | |
|---|---|
Sub Set( _ ByVal eKey As EdmDataPropertyType, _ ByRef poValue As System.Object _ ) | |
| C# | |
|---|---|
void Set( EdmDataPropertyType eKey, ref System.object poValue ) | |
| C++/CLI | |
|---|---|
void Set( & EdmDataPropertyType eKey, & System.Object^% poValue ) | |
Parameters
- eKey
- ID of property to update as defined in EdmDataPropertyType
- poValue
- New value of property
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2