Click or drag to resize

ModelTags Structure

Represents an immutable set of strings.

Namespace:  Grasshopper.Rhinoceros
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public struct ModelTags : GH_ISerializable, IReadOnlyCollection<string>, 
	IEquatable<ModelTags>, IStructuralEquatable, IComparable, IComparable<ModelTags>

The ModelTags type exposes the following members.

Constructors
  NameDescription
Public methodModelTags
Initializes a new instance of the ModelTags class
Top
Properties
Methods
  NameDescription
Public methodAddRange
Public methodCompareTo(ModelTags)
Public methodCompareTo(Object)
Public methodContains
Public methodEquals(ModelTags)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodGetEnumerator
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodRemoveRange
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
Fields
  NameDescription
Public fieldStatic memberEmpty
Top
Remarks
Comparison is not case sensitive.
See Also