-
Sets User Profiles List for the Operation.
- Parameters:
-
- iUserProfiles
- The List of User Profiles to be set.
- Returns:
- An HRESULT.
Legal values:
- S_OK
- The List of User Profiles was successfully set.
- E_FAIL
- The List of User Profiles could not be set.
- Example:
- The following example sets the user profiles list for an Operation.
Dim objOperProfile as OperationProfile
Dim MyListOfProfiles() As ParameterProfiles
...
...
objOperProfile.SetUserProfilesList MyListOfProfiles
Copyright © 2003, Dassault Systèmes. All rights reserved.