Page History
Description
Creates a new entity with the given coordinates, adds it to the model, and then returns the new entity to the caller. PARAMETERS: HorizontalPosition (Integer), VerticalPosition (Integer).
Syntax
Code Block | ||
---|---|---|
| ||
Public Function Add( _ ByVal HorizontalPosition As Variant, _ ByVal VerticalPosition As Variant _ ) As Entity |
Parameters
- HorizontalPosition
- VerticalPosition
Info | ||
---|---|---|
| ||