S
shailendrasingh823
Hi There,
I am trying to drop shapes on page randomly & after connected
them.Please see this link which I am trying to follow.
http://msdn2.microsoft.com/en-us/library/aa722522.aspx
Here the code line
int databaseKeyValue =
newShape.get_Cells(_VisioPropCellPrefix +
_IDColumn).get_ResultInt((short)Visio.VisUnitCodes.visNumber, 0);
in addItemsToDrawing Function
I am getting Unexpected end of file error.
I have added method public static void ReadANamedCustomProperty(
Microsoft.Office.Interop.Visio.Shape customPropertyShape,
string cellName, bool isLocalName)
but it's showing me customPropertShape is null
Can anybody help me out for this.
Regards
Shail
I am trying to drop shapes on page randomly & after connected
them.Please see this link which I am trying to follow.
http://msdn2.microsoft.com/en-us/library/aa722522.aspx
Here the code line
int databaseKeyValue =
newShape.get_Cells(_VisioPropCellPrefix +
_IDColumn).get_ResultInt((short)Visio.VisUnitCodes.visNumber, 0);
in addItemsToDrawing Function
I am getting Unexpected end of file error.
I have added method public static void ReadANamedCustomProperty(
Microsoft.Office.Interop.Visio.Shape customPropertyShape,
string cellName, bool isLocalName)
but it's showing me customPropertShape is null
Can anybody help me out for this.
Regards
Shail