Share

AcDbHostApplicationServices::getRegisteredSelectFileClients

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus getRegisteredSelectFileClients(
    AcArray<const ACHAR *>& clients
);

Description

ObjectARX applications can call this function to find out which clients have registered select file callbacks.

Parameters

Parameters Description
clients Output array of clients

Links

AcDbHostApplicationServices

Was this information helpful?