If the userdata is already in a different UserDataList, it
will be removed from that list and added to this list.
Namespace:
Rhino.DocObjects.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Add(
UserData userdata
)
Public Function Add (
userdata As UserData
) As Boolean
Parameters
- userdata
- Type: Rhino.DocObjects.CustomUserData
Data element.
Return Value
Type:
BooleanWhether this operation succeeded.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also