ElementDataModel.Create method
if exchangeData is null create new instance of ExchangeData and sets the root asset if exchangeData is not null, assigns the exchangeData to _exchangeData Finally Create instance of ElementDataModel by passing _exchangeData and client as parameters to constructor
public static ElementDataModel Create(IClient client, ExchangeData exchangeData = null)
parameter | description |
---|---|
client | |
exchangeData |
See Also
- interface IClient
- class ExchangeData
- class ElementDataModel
- namespace Autodesk.DataExchange.DataModels