CMeasureLines:new
The new method constructs a new instance of a CMeasureLines object. You must create the object before using any class methods or properties. Note that the object can also be created using new_measurelines.
C = CMeasureLines:new()
C = CMeasureLines:new( Params )
C = CMeasureLines:new( CMeasureLines_old ) |
This
is a copy constructor. It creates a new CMeasureLines object
initialized to the members of theCMeasureLines_old argument.
The following script creates a new CMeasureLines object, uses it, then deletes it when no longer needed.
|
-- create a new CMeasureLines |
-- do things with the line description |
|
|
-- draw a marker |
-- do other things |
|
|
-- delete the object |
CMeasureLines class, delete, LineParams Table, new_measurelines
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2024 Mirametrics,
Inc. All Rights Reserved.