G
Guest
I am having a problem with the Visio DeleteShape method. I am trying to
clear the custom properties section of a particular shape in the drawing but
I always get an Hresult error value of: -2032464741 (0x86db0c9b)
hr = shape.DeleteSection(visSectionProp);
I am certain that shape is a valid VisioShape object because I can call
other methods on the same object.
I can't find any documentation of what the error value means. I was hoping
that someone could refer me to a location where I can look it up or tell me
what it means.
The odd thing is when I call the same method on the Document sheet object it
works fine.
CVisioShape vShape = CVisio::GetDocumentSheet();
hr = shape.DeleteSection(visSectionProp);
Any help would be appreciated.
Thank you,
Mike Spampinato
clear the custom properties section of a particular shape in the drawing but
I always get an Hresult error value of: -2032464741 (0x86db0c9b)
hr = shape.DeleteSection(visSectionProp);
I am certain that shape is a valid VisioShape object because I can call
other methods on the same object.
I can't find any documentation of what the error value means. I was hoping
that someone could refer me to a location where I can look it up or tell me
what it means.
The odd thing is when I call the same method on the Document sheet object it
works fine.
CVisioShape vShape = CVisio::GetDocumentSheet();
hr = shape.DeleteSection(visSectionProp);
Any help would be appreciated.
Thank you,
Mike Spampinato