Packages

 

com.aspose.cad.fileformats.dgn.dgnelements

Class DgnTagValueElement



  • public class DgnTagValueElement
    extends DgnElement

    Represents 'Tag Value' element

    • Constructor Detail

      • DgnTagValueElement

        public DgnTagValueElement(byte[] rawData)

        Initializes a new instance of the DgnTagValueElement class

        Parameters:
        rawData - raw data
    • Method Detail

      • getTagSet

        public long getTagSet()

        Gets tag set

      • getTagIndex

        public int getTagIndex()

        Gets tag index

      • getTagLength

        public int getTagLength()

        Gets tag length

      • getTagValue

        public final DgnTagValue getTagValue()

        Gets or sets the tag value.

        Returns:
        The tag value.
      • setTagValue

        public final void setTagValue(DgnTagValue value)

        Gets or sets the tag value.

        Parameters:
        value - The tag value.