Share

acedCmdS Function

C++

ACAD_PORT int acedCmdS(
    const resbuf* rb, 
    bool forFutureUse = false, 
    AcApDocument* pForFutureUse = NULL
);

File

acedCmdNF.h

Description

This function does the same thing with the same restrictions as acedCommandS, with a resbuf chain rather than a variable arguments list. Two more supplied parameters are intended for future use.

Parameters

Parameters Description
rb Resbuf structure to be written out

Previous Declaration

AutoCAD 2025 and Earlier

int acedCmdS(const resbuf* rb,

Was this information helpful?