Share

View.Update Method

Description

When called non-interactively, this method flushes any queued graphics to the device. This may involve a full transformation and rasterization pass (which can be quite expensive).When called interactively, this method requests an update (but one is not guaranteed); the call returns immediately, and any transformation and rasterization occur asynchronously.

Visual Basic

Public Function Update() As void

C#

public void Update();

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?