Variables Available
- Last UpdatedJan 05, 2026
- 1 minute read
Here are the variables you may put in the formats. These are replaced by the appropriate values when the format is used:
-
%LINKAGE1% is replaced by the first value from the ATTRIBUTE_LINKAGE command, (the first of the four linkage numbers in the dgn file) in the range from 0 to 65535.
-
%LINKAGE2% is replaced by the second value from the ATTRIBUTE_LINKAGE command, (the second of the four linkage numbers in the dgn file) in the range from 0 to 65535.
-
%ID1% is replaced by the first ExPLANT-I generated identification number, (the third of the four linkage numbers in the dgn file) in the range from 0 to 65535.
-
%ID2% is replaced by the second ExPLANT-I generated identification number, (the last of the four linkage numbers in the dgn file) in the range from 0 to 65535.
-
%#LINKAGE1%, %#LINKAGE1%, %#ID1% and %#ID2% are replaced by the same values, but in the range -32768 to32767.
-
%TAG% is replaced with the attribute tag.
-
%VALUE% is replaced with the attribute value.
-
%% is replaced by a single % character.
-
If a format ends in a single % then ExPLANT-I will not move to the next line of the Attribute File before the next item.