Prototypes Example

Land Auto

Prototypes Example

Sub Example_Prototypes()
    
    ' This example returns the number of Prototypes at the PrototypePath
    Dim prots As AeccPrototypes
    Set prots = AeccApplication.Prototypes
    
    MsgBox "The number of prototypes is " & prots.Count
    
End Sub