Hello Mikael!
There is no array for TDataStd_Point and others geometrical attributes (Plane, Axis) because these attributes quite different from TDataStd_Integer(Real) attributes. The geometrical attributes don't store geometrical datums in themself, instead when you set those attributes to label they created associated TNaming_NamedShape attribute to store data. So array for TDataStd_Point shold imply that there have to be several TNaming_NamedShape attributes under one label that isn't allowed by specification for labels.
To get datums from TDataStd_Point(Axis,..) use TDataStd_Geometry attribute.
Best regards
Commenter-1