Click or drag to resize
Ab4d.SharpEngine logo

NamedModelNodesEventsSource Properties

The NamedModelNodesEventsSource type exposes the following members.

Properties
 NameDescription
Public propertyComparisonType Gets or sets string comparision type. Default value is StringComparison.Ordinal.
Public propertyModelNodeName Gets or sets a string that specifies the ModelNode objects by their name. It is also possible to use wildcard name that is defined when the name starts with * or end with *. For example, "Box*" matches all ModelNodes whose name start with "Box"; "*_blue" matches all ModelNodes whose name ends with "_blue".
Top
See Also