ModelViewListSaveProjectLayoutFile Method |
Saves the custom model layout information in a .layout file, if necessary. If no model layout info is available, the file, if existent, is removed.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public void SaveProjectLayoutFile(
string projectFilename,
EncodingType encodingToUse
)
Public Sub SaveProjectLayoutFile (
projectFilename As String,
encodingToUse As EncodingType
)
Parameters
- projectFilename
- Type: SystemString
the project filename which is used as basis for the filename to save - encodingToUse
- Type: SD.LLBLGen.Pro.CoreEncodingType
the encoding to use for the file data
See Also