Share

duplicateSelectionsAllowed

C++

ACCORE_PORT bool duplicateSelectionsAllowed(
    AcApDocument * pDoc
);

File

acssgetfilter.h

Description

Returns true if pDoc is non-NULL and duplicate selections are allowed for the document to which it points. Otherwise, returns false.

Parameters

Parameters Description
pDoc Input pointer to the document for which duplicate selections are allowed or disallowed

Was this information helpful?