Gets custom data associated with this decal - see Rhino.Plugins.RenderPlugIn.ShowDecalProperties.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic List<NamedValue> CustomData()
Public Function CustomData As List(Of NamedValue)
Return Value
Type:
ListNamedValueThe return value can be null if there is no data associated with this decal.
See Also