You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

Parameters

  • HorizontalPosition
  • VerticalPosition


  • No labels