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