Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

MongoDB Models Only Creates new Collection with the given coordinates, adds it to the model, and then returns the new collection as type Entity to the caller. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer).

Syntax

Code Block
languagevb
Public Function AddMongoDBCollection( _
   ByVal HorizontalPosition As Variant, _
   ByVal VerticalPosition As Variant _
) As Entity

Parameters

  • HorizontalPosition
  • VerticalPosition


Info
titleSee Also