Share

acedCmdS Function

C++

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

File

acedCmdNF.h

Description

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

Parameters

Parameters Description
rb Resbuf structure to be written out

Was this information helpful?