RenderStyle class
This class is used to represent the RenderStyle.
public class RenderStyle
Public Members
name | description |
---|---|
RenderStyle(…) | Initializes a new instance of the RenderStyle class. This constructor is used to create a RenderStyle with the specified name, colors, and transparency level. |
Id { get; } | Unique Id for the RenderStyle |
Name { get; set; } | Name Note:The setter for this property is obsolete. Please use the parameterized constructor to initialize it instead. |
RGBA { get; set; } | RGBA Note:The setter for this property is obsolete. Please use the parameterized constructor to initialize it instead. |
Transparency { get; set; } | Transparency Note:The setter for this property is obsolete. Please use the parameterized constructor to initialize it instead. |
See Also
- namespace Autodesk.DataExchange.DataModels