Enum MetarefsDirection
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Describes the direction of data flow in the relationship. Possible values are:
to
- Data flows from this resource to the related resource.from
- Data flows from the related resource to this resource.
[JsonConverter(typeof(StringEnumConverter))]
public enum MetarefsDirection
Fields
From = 0
Enum From for value: from
To = 1
Enum To for value: to