Method SetSmartRealParameterCreationUnitAuto
SetSmartRealParameterCreationUnitAuto(ElementId, bool)
Sets a smart real parameter creation operation unit auto mode.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void SetSmartRealParameterCreationUnitAuto(ElementId inElementId, bool inIsUnitAuto)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the smart real parameter creation operation to modify. |
| bool | inIsUnitAuto | Whether the unit of the child parameter entity is automatically set to the unit of the smart real. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.