Plate.NewPlateStars() Method

Creates a new empty PlateStars object which is related to the Plate object.

Syntax

Plate.NewPlateStars()

The method syntax has these parts:

Part Description
Return (PlateStars) A new empty PlateStars collection.

Remarks

The returned PlateStars collection has the Plate object on which the NewPlateStars() method was called as its Plate property. Only PlateStar objects from parent Plate may be added to this collection. Any attempt to add PlateStar objects belonging to a different plate will fail.