Method AddParameterInt
AddParameterInt(ElementId, string, SmartInteger)
Add parameter integer.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void AddParameterInt(ElementId inElementId, string inParameterName, SmartInteger inParameterValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to modify. |
| string | inParameterName | Parameter name. |
| SmartInteger | inParameterValue | Parameter value. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.