Simulation & Probabilistic Analysis SDK
Add Distribution Fitting & Simulation Features to Your Applications

SPA SDK Help HomeLearn More About the SPA SDK

SPAApplication.Register (method)

Description

Registers the SDK using the specified license details. If used, this method must be called before initializing the SDK, as shown in the example below.

Syntax

object.Register(userName as String, regNumber as String)

Arguments

Name
Type
Description
userName String User name.
regNumber String Registration number.

Example

Sub Test()
  Call SPAApplication.Register("John Smith", "1234567890")
  SPAApplication.Initialize
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com