 | ISystemInit Method |
Initializes this system with the data stored in the specified
attribute table.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Init(
IAttributeTable configuration
)
Sub Init (
configuration As IAttributeTable
)
void Init(
IAttributeTable^ configuration
)
abstract Init :
configuration : IAttributeTable -> unit
Parameters
- configuration
- Type: Slash.Collections.AttributeTablesIAttributeTable
System configuration data.
See Also