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


eProp
User property to search for as defined by EdmFindUserProp
oValue
Value of the property specified in eProp
Sets the search criteria for finding users.

Syntax

Visual Basic 
Sub SetPropt( _
   ByVal eProp As EdmFindUserProp, _
   ByVal oValue As System.Object _
) 
C# 
void SetPropt( 
   EdmFindUserProp eProp,
   System.object oValue
)
C++/CLI 
void SetPropt( 
&   EdmFindUserProp eProp,
&   System.Object^ oValue
) 

Parameters

eProp
User property to search for as defined by EdmFindUserProp
oValue
Value of the property specified in eProp

Example

See the IEdmFindUser examples.

Remarks

After calling this method, call one of the following:

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: An argument is invalid.
 

See Also

Availability

SOLIDWORKS PDM Professional 2013