Read only property. Get the categorical map of the column.
CategMapCategories
import PyOrigin wks=PyOrigin.ActiveLayer() col=wks.Columns(0) col.CategMapType=2 #CMT_ORDINAL print(col.CategMapCategories)
CategMapType, GetCategMapCategories