mdlIModelClient MakeDirty

Makes the client dirty.

Syntax

mdlIModelClient_Handle MakeDirty

Application

MotionView Tcl Modify

Description

This command makes the client dirty.

Example

hwi OpenStack
hwi GetSessionHandle sess1
sess1 GetProjectHandle pro1
pro1 GetPageHandle pa1 [pro1 GetActivePage]
pa1 GetWindowHandle win1 [pa1 GetActiveWindow]
win1 GetClientHandle mcl
mcl MakeDirty;
sess1 ReleaseHandle;
hwi CloseStack;

Errors

None.