IClient.DownloadCompleteExchangeAsOBJ method
Download whole exchange as OBJ
public string DownloadCompleteExchangeAsOBJ(string exchangeID, string collectionId,
string objFilePath = null)
parameter | description |
---|---|
exchangeID | Exchange Id |
collectionId | Collection Id |
objFilePath | Optional parameter for obj download path |
Return Value
obj folder path.
Exceptions
exception | condition |
---|---|
Exception | Thrown when error occurred while trying to retrieve whole geometry for the exchange. |
See Also
- interface IClient
- namespace Autodesk.DataExchange.Interface