ElementDataModel.UpdateElement method
Update an existing element with properties. This method will only process changes on the TransformationMatrix and Name. All other properties will remain unchanged.
public bool UpdateElement(string elementId, ElementProperties properties)
parameter | description |
---|---|
elementId | Element id |
properties | Properties |
Return Value
It will return false if the element is not found; otherwise, it will return true
See Also
- class ElementProperties
- class ElementDataModel
- namespace Autodesk.DataExchange.DataModels