ExchangeData.AddRelationship method
Creates a new relationship between two Assets.
public void AddRelationship(BaseAsset from, BaseAsset to, BaseRelationship relationship)
parameter | description |
---|---|
from | The source Asset |
to | The target ASset |
relationship | The type of Relationship. |
See Also
- class BaseAsset
- class BaseRelationship
- class ExchangeData
- namespace Autodesk.DataExchange.Models