Share

AcDbHostApplicationServices::acadInternalSetvar

C++

void acadInternalSetvar(
    const ACHAR * name, 
    void * var
);

Description

For AutoCAD host application use only. Do not call or override this method.

Parameters

Parameters Description
name For internal use
var For internal use

Links

AcDbHostApplicationServices

Was this information helpful?