SelectAllShapesByLayerId
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > SelectAllShapesByLayerId |
procedure SelectAllShapesByLayerId(const ALayerId:integer);
Description:
Specifies the layer id to select all shapes in this layer.
Notes:
if the shape is grouped with other shapes, the hotspot for that group appear.
Examples:
MyCAD1.SelectAllShapesByLayerId(0);
See also: