ChartRuntimeLicense Constructor
In This Topic
Creates a new runtime license of the specified type.
Syntax
'Declaration
Public Function New( _
ByVal As Type _
)
'Usage
Dim type As Type
Dim instance As New ChartRuntimeLicense(type)
public ChartRuntimeLicense(
Type
)
Parameters
- type
- Type
See Also