Hi @sprongandre,
It looks like when you fist add your Civil 3D writer, you need to specify the Civil 3D Schema Mode to be Civil 3D and CAD Entities. By default it is set to Civil 3D Entities Only.
Setting it this way exposes the feature type, VH-Verharding_Asfalt, where the Pino.Pino-value attribute is located. You can then add an AttributeExposer to expose VH-Verharding_Asfalt and you should be able to grab the value.
Hope that works for you as well!
-Jovita
Hi @sprongandre,
It looks like when you fist add your Civil 3D writer, you need to specify the Civil 3D Schema Mode to be Civil 3D and CAD Entities. By default it is set to Civil 3D Entities Only.
Setting it this way exposes the feature type, VH-Verharding_Asfalt, where the Pino.Pino-value attribute is located. You can then add an AttributeExposer to expose VH-Verharding_Asfalt and you should be able to grab the value.
Hope that works for you as well!
-Jovita
Yessss that did the trick, thanks! :-)