capture name of point

boolStatus = Part.Extension.SelectByID2("Point2", "SKETCHPOINT", 0, 0, 0, False, 0, Nothing, 0)

Within this statement, how do I capture "Point2" as a string value?

SolidworksApi macros