Click or drag to resize

ProjectCreateNewModelView Method

Creates the new model view.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public ModelView CreateNewModelView(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: ModelView
the model view created
Remarks
Doesn't do any unique name checking, assumes name specified is unique. For model views this isn't really important.
See Also