Share

AcPlSetHostAppServices

C++

ACPL_PORT Acad::ErrorStatus AcPlSetHostAppServices(
    AcPlHostAppServices * pHostServices
);

File

AcPlHostAppServices.h

Description

RealDWG host applications call this method when they are initialized, passing in a pointer to an AcPlHostAppServices object. The plot subsystem will use this pointer to access services provided by the host application. Applications should not delete the object pointed to until they have called this method, passing in null to clear the current pointer.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pHostServices Input pointer to an AcPlHostAppServices object

Was this information helpful?