Protected method to create a new model container from a template

Namespace: AppCan.Core.Application
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected ModelContainer NewModelContainer(
	ModelTemplate template
)
Visual Basic
Protected Function NewModelContainer ( _
	template As ModelTemplate _
) As ModelContainer
Visual C++
protected:
ModelContainer^ NewModelContainer(
	ModelTemplate^ template
)

Parameters

template
Type: AppCan.Core.Application..::..ModelTemplate
The template to use to create the model container

Return Value

The new model container

See Also