The Types is a public class in the DSCore library. So you could get the Element types in Codeblock by doing this
DSCore.Types.FindTypeByNameInAssembly("DetailLine", "RevitAPI");
The Types is a public class in the DSCore library. So you could get the Element types in Codeblock by doing this
DSCore.Types.FindTypeByNameInAssembly("DetailLine", "RevitAPI");