List of available Civil 3d Styles

Is there a way to extract a list of all the civil 3d styles in a drawing? Such as:

  1. Surface Styles.
  2. Surface Elevation Styles
  3. Profile View Label Styles

styles

This is perfect so now how do I get a list of let’s say ‘surface styles’ to a note pad document or in such a way that I can copy all of those style names into Excel?

The output is a dictionary, so take a look at the nodes under the “Dictionary” shelf in the library.

1 Like

Any other tips about how I can get to the surface names such that I can copy them out of the dynamo script and paste them into Excel?

Try Dictionary.ValueAtKey and Data.ExportExcel.

Is there an issue?