GroupWorkingShapes

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

GroupWorkingShapes

public Int64 GroupWorkingShapes()

 

Description:

 Group the working shapes.

 

Return value:

 Return value =-1,group shapes unsuccessfully.

 Return value >=0,group shapes successfully,the value is the group shape id.

 

Example:

 private void menuEditGroup_Click(object sender, System.EventArgs e)

 {

         myCAD1.GroupWorkingShapes();

 }

 

See also:

 UngroupShape