Method SetUserEnumerationPossibleValues
SetUserEnumerationPossibleValues(ElementId, List<UserEnumerationProperty>)
Sets the user enumeration parameter possibles values.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
void SetUserEnumerationPossibleValues(ElementId inElementId, List<UserEnumerationProperty> inProperties)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter. |
| List<UserEnumerationProperty> | inProperties | The wanted possibles values. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.17.000.000.