PlateStars.Add() Method

Adds a new PlateStar object to the collection.

Syntax

PlateStars.Add(Star)

The method syntax has these parts:

Part Description
Star (PlateStar) The PlateStar object to add to the collection.
Return (Nothing) Does not return a value.

Remarks

The Added PlateStar is checked to verify that it's parent Plate object is the same as the PlateStars collection's parent Plate.