C-DEngine 5.105

TheNMIEngine..::..SaveScreenOptions Method

Allows to save Screen Options for a ModelID. The ModelID of a screen has to be stored in the tScene.ID parameter;

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool SaveScreenOptions(
	TheFOR tScene
)
Public Shared Function SaveScreenOptions ( _
	tScene As TheFOR _
) As Boolean
public:
static bool^ SaveScreenOptions(
	TheFOR^ tScene
)

Parameters

tScene
Type: nsCDEngine.ViewModels..::..TheFOR