Share

acedRetPoint

C++

ACCORE_PORT int acedRetPoint(
    const ads_point pt
);

File

acedads.h

Description

Returns a three-dimensional point to AutoLISP. The AutoLISP expression that invoked the external function returns the point 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 it by the last value-return function invoked.

Parameters

Parameters Description
pt Three-dimensional point, as an array of three double-precision floating-point values

Returns

RTNORM is always returned.

Previous Declaration

AutoCAD 2025 and Earlier

int acedRetPoint(const ads_point pt);

Was this information helpful?