Package com.luciad.format.dgn
Interface ILcdDGNAttributes
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ILcdDGNDatabaseAttribute,ILcdDGNTagAttribute,ILcdDGNUserAttribute
- All Known Implementing Classes:
ALcdDGNAttributes,TLcdDGNCharacterTagAttribute,TLcdDGNDMRSAttribute,TLcdDGNIntegerTagAttribute,TLcdDGNMsLinkAttribute,TLcdDGNRealTagAttribute
This interface represents a linked list of element attributes that are present in
DGN files.
-
Method Summary
-
Method Details
-
getNextAttribute
ILcdDGNAttributes getNextAttribute()- Returns:
- the next attribute in the linked list of attributes, or
nullif this is the last element.
-