Skip to main content

IObject interface

Namespace: NextDesign.Core

Description

Represents an identifiable object.

Affiliation area

NameDescription
globalA group of APIs that access the execution environment and execution state of the extension.

Destination

NameDescription
INamedElementRepresents a nameable element.
IModelProvides access to NextDesign design model information.
IRepresentationIs an access object to representation information.

Property

NameDescription
Ididentifier
TagsTags list

Method

NameDescription
GetTagGets the tag that matches the given tag name.
GetTagValueGets the value of the tag that matches the given tag name. Returns null if the
tag does not exist.
HasTagsChecks if a tag exists that matches the given tag name.
RemoveTagRemoves the tag that matches the given tag name.
SetTagSets 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