| Visual Basic | |
|---|---|
Sub SetProperty( _ ByVal eProperty As EdmRefItemProperty, _ ByVal oValue As System.Object _ ) | |
| C# | |
|---|---|
void SetProperty( EdmRefItemProperty eProperty, System.object oValue ) | |
| C++/CLI | |
|---|---|
void SetProperty( & EdmRefItemProperty eProperty, & System.Object^ oValue ) | |
Parameters
- eProperty
- Type of property to update as defined in EdmRefItemProperty
- oValue
- New property value
Access Check-in Flags in Check out Dialog (C#)
Access Check-in Flags in Check out Dialog (VB.NET)
Prevent Admin from Checking In File (C#)
Prevent Admin from Checking In File (VB.NET)
Access Check-in Flags in Check out Dialog (VB.NET)
Prevent Admin from Checking In File (C#)
Prevent Admin from Checking In File (VB.NET)
- S_OK: The method successfully executed.
- E_INVALIDARG: The eProperty argument contains a property that cannot be updated in this container, or oValue does not match the type specified in eProperty.
SOLIDWORKS PDM Professional Version 6.4