what do you mean with adressing a type?
if you have the following:
type MyCard
shape as integer
Element as integer
end type
dim ThisCard as MyCard

you can go like

ThisCard.Shape = 1