ReferenceRelationship class
A directed relationship indicating that one asset (specificed by the ‘toId’) is a used by another asset (specified by the ‘fromId’). autodesk.design:relationship.reference-1.0.0s
public class ReferenceRelationship : BaseRelationship
Public Members
name | description |
---|---|
ReferenceRelationship() | The default constructor. |
ModelStructure { get; set; } | Represents a property applicable to reference relationship to indicate the relationship participates in the model structure. |
SubAsset { get; set; } | Represents a property applicable to reference relationship to indicate the relationship applies only at the sub-asset level. |
Type { get; set; } | Represents a property applicable to reference relationship to indicate the relationship only conveys parameters. |
See Also
- class BaseRelationship
- namespace Autodesk.DataExchange.SchemaObjects.Relationships