Click or drag to resize

CtcServiceSaveLayout Method

Saves the current railroad layout configuration and states.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Shared Sub SaveLayout ( 
	strFileName As String,
	enuSerializationContent As SerializationContent
)

Parameters

strFileName
Type: SystemString
The name of the path and file to be loaded.
enuSerializationContent
Type: RRAutoLib.CTCSerializationContent
The content being loaded: definitions or states.
Remarks
Since layout definitions and states are stored in separate files, this method should be called once for each content. States should be saved at the end of an operation session even if definitions have not changed.
See Also