DgnTagSetElement
Inheritance: java.lang.Object, DgnElement
Represents ‘Tag Set Definition’ element
Methods
| Method | Description |
|---|---|
| getId() | Gets the identifier. |
| getTags() | Gets tags of the tag definition |
getId()
public final long getId()
Gets the identifier.
Returns: long - The identifier.
getTags()
public final com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DgnTag> getTags()
Gets tags of the tag definition
Returns: com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection