An instance of an ObjectTag.
Declaration Syntax
public class ObjectTag : IObjectTag
Table 29: Members
| 
                 Constructor  | ObjectTag(string) | 
                 Creates a new tag with the given name  | 
| 
                 Property  | Name | 
                 The name of the tag. If the tag exists in ObjectTags, attempting to set the name to a value of another tag in that collection will lead to an exception.  | 
| 
                 Property  | Objects | 
                 The list of objects which use this tag.  | 
| 
                 Method  | AddObject(IDataModelObject) | 
                 Add an object to this tag.  | 
| 
                 Method  | ClearObjects() | 
                 Clear all objects from this tag.  | 
| 
                 Method  | RemoveObject(IDataModelObject) | 
                 Remove an object from this tag.  |