SOLIDWORKS PDM Professional API Help Send Feedback
SetProperty Method (IEdmRefItem)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmRefItem Interface : SetProperty Method (IEdmRefItem)


eProperty
Type of property to update as defined in EdmRefItemProperty
oValue
New property value
Updates the specified property of this item.

Syntax

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

Example

Remarks

Return codes:

  • 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.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 6.4