Share

View.BeginInteractivity Method

Description

Puts the view into the interactive state.

The Graphic System (GS) will do its best to maintain the requested frame rate. If it cannot keep up, it will attempt to use a faster rendering algorithm. If a faster algorithm is not available, it will interrupt scene graph traversal. A frame rate of 0.0 tells the GS to use the default frame rate specified by the user in the GS configuration dialog.

Visual Basic

Public Function BeginInteractivity(
    frameRateInHZ As double
) As void

C#

public void BeginInteractivity(
    double frameRateInHZ
);

Parameters

Parameters Description
double frameRateInHZ Input desired frame rate per second.

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?