CopyLocationsOptions

Use these constants with the Locations.AddLocations method.

  • CopyLocationsOption_DeepCopy –(Value: 2) Specifies that the Locations.AddLocations method adds a copy of the locations you pass to the collection.
  • CopyLocationsOption_ShallowCopy –(Value: 1) Specifies that the Locations.AddLocations method adds the locations you pass to the collection without making a copy of the locations.

See Also

Locations.AddLocations