C++ Plugin Input Text dot

How can I get text dots ON_TextDot to C++ Rhino Plugin?
From selection options I do not find any text dots property:

CRhinoGetObject go2;
go2.SetCommandPrompt(LSelect TextDots for type selection);
go2.SetGeometryFilter(CRhinoGetObject::???);

Found this beauty:
rhino-developer-samples/cmdSamplePickTextDot.cpp at 3179a8386a64602ee670cc832c77c561d1b0944b · mcneel/rhino-developer-samples (github.com)

Always forget about the McNeel developer samples.