Share

acedRetInt

C++

int acedRetInt(
    int ival
);

File

acedads.h

Description

Returns an integer value to AutoLISP. The AutoLISP expression that invoked the external function returns the integer result as built-in and user-defined AutoLISP functions do.

An external function can make more than one call to value-return functions upon a single kInvkSubrMsg message, but the AutoLISP function returns only the value passed to it by the last value-return function invoked.

The acedRetInt() function always returns RTNORM.

Parameters

Parameters Description
ival Integer

Was this information helpful?