Method SetRealTableParameterPossibleValues
SetRealTableParameterPossibleValues(ElementId, DocumentId, List<SmartReal>, List<SmartReal>)
Sets possible values for real table parameter creation operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
void SetRealTableParameterPossibleValues(ElementId inElementId, DocumentId inDocumentId, List<SmartReal> inSourceSmartRealList, List<SmartReal> inResultSmartRealList)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the smart real table parameter creation operation to modify. |
| DocumentId | inDocumentId | Identifier of the document. |
| List<SmartReal> | inSourceSmartRealList | Source values. |
| List<SmartReal> | inResultSmartRealList | Result values. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.18.