S
shailendrasingh823
Hi All,
When I am trying to execute following code I am getting COM HReslut
error
/////////Create the new selection array +1 value
int sizeSelection = SelectionArray.Length;
sizeSelection = sizeSelection + 1;
ReDimSelection(ref SelectionArray, sizeSelection);
SelectionArray[sizeSelection - 1] = window.Selection;
SelectionArray[sizeSelection -
1].Select((Visio.Shape)DroppedShape, 2);
Visio.Shape
shape=null;
shape = (Visio.Shape) SelectionArray[sizeSelection-1].Group();///
Here is problem
shape.Text =
shapeinfo.GetAreaName();
DroppedShape.Group();
If any body can tell me where am I wrong & how to perform this
Grouping
Shail
When I am trying to execute following code I am getting COM HReslut
error
/////////Create the new selection array +1 value
int sizeSelection = SelectionArray.Length;
sizeSelection = sizeSelection + 1;
ReDimSelection(ref SelectionArray, sizeSelection);
SelectionArray[sizeSelection - 1] = window.Selection;
SelectionArray[sizeSelection -
1].Select((Visio.Shape)DroppedShape, 2);
Visio.Shape
shape=null;
shape = (Visio.Shape) SelectionArray[sizeSelection-1].Group();///
Here is problem
shape.Text =
shapeinfo.GetAreaName();
DroppedShape.Group();
If any body can tell me where am I wrong & how to perform this
Grouping
Shail