Get Filled Region Type Name

Is there a way to get the name of a filled region? The FilledRegionType.Name node just returns Detail Filled Region for every filled region in the view. I can’t seem to find a node that returns the actual name of the filled region.

try Element.ElementType for getting the types, and Element.Name for the name
use Element.Parameters to see all parameters
important to know is what you put in need to be Elements (the ones with the green Id)

2 Likes

Ah. Thanks! That did it.