Variables Available
- Last UpdatedJan 24, 2023
- 1 minute read
Variables available for selection to in the formats are as follows, 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 Export-DGN does not move to the next line of the Attribute File before the next item.