IWxWorkspace.Size

Syntax

Size: IGxSizeF;

Description

The Size property determines workspace size.

Example

Executing the example requires an existing ws object of the IWxWorkspace type.

Sub UserProc;

Var

ws: IWxWorkspace;

Begin

ws.Name := "My Wsp";

ws.Size := New GxSizeF.Create(100,100);

End Sub UserProc;

After executing the example a workspace name and size are changed.

See also:

IWxWorkspace