Populating UserLabel and CodeValue #1820
-
Our client is preparing iModels from dgn files created in standard MicroStation (without using any PP application). I wanted to find out (so I can advise them), which attributes/properties need to be set in MicroStation for the element so that these values end up in CodeValue and UserLabel in the iModel for that element. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
If the V8 element has an ECInstance on it, the connector will use the DisplayLabel of that ECInstance as the UserLabel of the imodel02 Element. Otherwise, the UserLabel is set to the description given by the V8 element's handler. The standard MicroStation Connector does not set CodeValues on elements by default. |
Beta Was this translation helpful? Give feedback.
If the V8 element has an ECInstance on it, the connector will use the DisplayLabel of that ECInstance as the UserLabel of the imodel02 Element. Otherwise, the UserLabel is set to the description given by the V8 element's handler. The standard MicroStation Connector does not set CodeValues on elements by default.