Interface ILcdDGNTag

All Superinterfaces:
Serializable
All Known Implementing Classes:
TLcdDGNCharacterTag, TLcdDGNIntegerTag, TLcdDGNRealTag

public interface ILcdDGNTag extends Serializable
This interface represents a DGN tag, as specified inside a DGN file. An ILcdDGNTag is just a description; actual values that are attached to elements are stored in ILcdDGNTagAttribute objects.
See Also: