Solved How can get the visibility of the every point/edge/face?

How can get the visibility of the every point/edge/face in python api?

Use any of the functions

PointObject.GetPointH(self)
PolygonObject.GetPolygonH(self)
PolygonObject.GetEdgeH(self)

Thanks so much!!!

Your answer makes me understand that PolygonObject.GetPolygonS(self) and PolygonObject.GetPolygonH(self) respectively represent selection states in a list from BaseSelect and visibility states in a list from BaseSelect.