Method SetClassErpId
SetClassErpId(ElementId, string)
Sets the ERP identifier of a specified class entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void SetClassErpId(ElementId inElementId, string inErpId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the class entity to modify. |
| string | inErpId | Class ERP identifier, or empty string if none. |
Remarks
This method is available since v7.10.