Method GetRealTableParameterPossibleValues
GetRealTableParameterPossibleValues(ElementId, out List<SmartReal>, out List<SmartReal>)
Gets possible values from real table parameter creation operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
void GetRealTableParameterPossibleValues(ElementId inElementId, out List<SmartReal> outSourceSmartRealList, out List<SmartReal> outResultSmartRealList)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the smart real table parameter creation operation. |
| List<SmartReal> | outSourceSmartRealList | Source values. |
| List<SmartReal> | outResultSmartRealList | Result values. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.18.