Retrieves the specified user attribute from the Rhino object. Alternatively can accept a Grasshopper geometry object with a valid Reference ID to a Rhino object.
| Number | Name | Object Type | Description | Optional |
|---|---|---|---|---|
| 1 | Object | RhinoObject or GH_GeometricGoo | A Rhino geometry object or Grasshopper geometry object with valid Reference ID. | No |
| 2 | Attribute | System.String | User attribute to retrieve value for. | No |
| 3 | Default | System.String | Default value if the specified attribute is not found. Defaults to 0. | Yes |
| Number | Name | Object Type | Description |
|---|---|---|---|
| 1 | Value | System.String | The value of the user attribute, or the default value if no attribute was found. |
| 2 | Found | System.Boolean | Whether the specified user attribute was found on the object. |
