IObject interface
Namespace: NextDesign.Core
Description
Represents an identifiable object.
Affiliation area
| Name | Description |
|---|---|
| global | A group of APIs that access the execution environment and execution state of the extension. |
Destination
| Name | Description |
|---|---|
| INamedElement | Represents a nameable element. |
| IModel | Provides access to NextDesign design model information. |
| IRepresentation | Is an access object to representation information. |
Property
| Name | Description |
|---|---|
| Id | identifier |
| Tags | Tags list |
Method
| Name | Description |
|---|---|
| GetTag | Gets the tag that matches the given tag name. |
| GetTagValue | Gets the value of the tag that matches the given tag name. Returns null if the tag does not exist. |
| HasTags | Checks if a tag exists that matches the given tag name. |
| RemoveTag | Removes the tag that matches the given tag name. |
| SetTag | Sets a tag with the specified tag name/value. - Add a tag if no tag matching the tag name exists - Change the value if a tag matching the tag name exists |