![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
The following methods help you to express functions for resource model configuration.
Object.GetModelName() As String
Object.GetCycleTime() As Double
Visual Basic example: | |
Dim modelName As String modelName = Svc.GetModelName() |
|
JavaScript example: | |
var modelName; modelName = Svc.GetModelName(); |
[ Top of Page | Previous Page | Next Page | Contents | Index ]