Method CreateRealTableParameter
CreateRealTableParameter(DocumentId, SmartReal, List<SmartReal>, List<SmartReal>)
Creates a smart real table parameter creation operation in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
ElementId CreateRealTableParameter(DocumentId inDocumentId, SmartReal inSmartReal, List<SmartReal> inSourceSmartRealList, List<SmartReal> inResultSmartRealList)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartReal | inSmartReal | Smart real value. |
| List<SmartReal> | inSourceSmartRealList | Smart real source values. |
| List<SmartReal> | inResultSmartRealList | Smart real result values. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created operation |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.18.