Class UsdRelationshipAttribute
Declares a string/string[] valued member to be serialized as a UsdRelationship.
Inherited Members
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
Namespace: USD.NET
Syntax
public class UsdRelationshipAttribute : Attribute, _Attribute
Remarks
Relationships may have multiple targets; when only a single target is valid, the member should be declared with type string, since there can only be one value. Similarly, when the relationship may have multiple values, the corresponding type is string[].