IAttributeUsage.AddItem Method
Tells Carmenta Engine that the ICustomSymbol implementation uses the specified attribute.
Thread safety: This property is not thread-safe.
AddItem(Atom attribute, Condition condition)
Tells Carmenta Engine that the ICustomSymbol implementation uses the specified attribute.Syntax
public void AddItem (
Atom attribute,
Condition condition
)
Parameters
attribute
Type: Atom
The attribute the custom symbol uses.
The attribute the custom symbol uses.
condition
Type: Condition
A condition that determines when the custom symbol uses attribute or a null reference if attribute is always used.
A condition that determines when the custom symbol uses attribute or a null reference if attribute is always used.
Platforms
Windows, Linux, Android