Function Entry: VLAX-2D-POINT
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-2D-POINT
Name
vlax-2d-point
Class
BricsCAD ActiveX Extension Function
Syntax
(vlax-2d-point lst)
Arguments and Values
- lst (list) list of 2 double values for X and Y
- coordinate
- or
- x (double)
- the X coordinate value
- y (double)
- the Y coordinate value
- z (double)
- the Z coordinate value
Description
These functions creates a COM VARIANT object for the 2D point.
Return Values
VARIANT; returns a VARIANT, containing a SafeArray with 2 double values
Examples
(vlax-2d-point 10.5 10.6) returns #<variant 8197 ...> (vlax-2d-point '(10.6 10.7)) returns #<variant 8197 ...>
Notes
this function is specific for BricsCAD, not available in AutoLISP !
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vlax-2d-point (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlax-2d-point.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).