Share

acdbSetCurrentDwfHost

C++

ACDBCORE2D_PORT AcDbUnderlayHost* acdbSetCurrentDwfHost(
    AcDbUnderlayHost* pHost
);

File

dbunderlayhost.h

Description

Sets the current DWF underlay host.

Returns a pointer to the previous DWF underlay host.

Parameters

Parameters Description
pHost Input pointer to the new host application to use

Was this information helpful?