Share

AcDbDatabase::setDragVisStyle

C++

Acad::ErrorStatus setDragVisStyle(
    AcDbObjectId id
);

Description

Sets the visual style for to be used while creating 3D solid primitives and extruded solids and surfaces defined by the DRAGVS system variable. See the System Variables section of the AutoCAD Command Reference for information on DRAGVS.

Parameters

Parameters Description
id Input visual style object ID

Links

AcDbDatabase Class

Was this information helpful?