Represents an immutable set of strings.
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic struct ModelTags : GH_ISerializable, IReadOnlyCollection<string>,
IEquatable<ModelTags>, IStructuralEquatable, IComparable, IComparable<ModelTags>
Public Structure ModelTags
Implements GH_ISerializable, IReadOnlyCollection(Of String),
IEquatable(Of ModelTags), IStructuralEquatable, IComparable, IComparable(Of ModelTags)
The ModelTags type exposes the following members.
Constructors|
| Name | Description |
|---|
 | ModelTags | Initializes a new instance of the ModelTags class |
Top
Properties
Methods
Operators
Fields
Remarks
Comparison is not case sensitive.
See Also