Method SetCodePossibleValues
SetCodePossibleValues(ElementId, List<CodeProperty>)
Sets the code parameter possibles values.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
void SetCodePossibleValues(ElementId inElementId, List<CodeProperty> inProperties)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter. |
| List<CodeProperty> | 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.