Revit 2025.3 API
Transmission |
A string which users can store notes in.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string UserData { get; set; }
Public Property UserData As String Get Set
public: property String^ UserData { String^ get (); void set (String^ value); }
member UserData : string with get, set
Property Value
String| Exception | Condition |
|---|---|
| ArgumentNullException | When setting this property: A non-optional argument was null |
See Also