Method CreateRealParameter
CreateRealParameter(DocumentId, UnitType, double)
Creates a real parameter entity in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
ElementId CreateRealParameter(DocumentId inDocumentId, UnitType inUnitType, double inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| UnitType | inUnitType | Type of units. |
| double | inValue | Value in SI units. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created parameter entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.