cView RefreshView Method CSi API ETABS 2015
Refreshes the view for the specified window(s).

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int RefreshView(
	int Window = 0,
	bool Zoom = true
)

Parameters

Window (Optional)
Type: OnlineSystem Int32
This is 0 meaning all windows or an existing window number. It indicates the window(s) to have its view refreshed.
Zoom (Optional)
Type: OnlineSystem Boolean
If this item is True, the window zoom is maintained when the view is refreshed. If it is False, the zoom returns to a default zoom.

Return Value

Returns zero if the window views are successfully refreshed; otherwise it returns a nonzero value.
Remarks

Examples

See Also