Property Set Data - write from Dynamo as REAL (instead of just a string)

Is it possible to write a property set variable as a DOUBLE or REAL. It seems you can only write property set as a string.

I am writing 12.34 as a string and it is showing up in C3D as a string of length 12.34000000

QUESTION, can dynamo C3D write to a property set type of REAL

You can find property set nodes in the Civil3D Toolkit. The Property update node there can handle other value types as well.

Hi, here is example. I have another question related to this. Maybe I missed something. Is there node for list of all object classes? For example AcDb3dSolid…

Sorry, I could not create an example, I was on phone.
@Drbohlav Not that I know of. And I had some issues with some of the object types, so I rather use ApplyToAll and add propsets to selected objects.

Meaning: