RolandoTonin

Results 1 comments of RolandoTonin

Hy Claudio, is it possible to change predefinedtype of a buildingelementprocy? My below code not working: ```csharp using (var txn = model.BeginTransaction(element.GlobalId.ToString())) { if (!string.IsNullOrEmpty(itm.AssignedPropertyName)) element.Name = itm.AssignedPropertyName; if (!string.IsNullOrEmpty(itm.AssignedObjectTypeName))...