Message 1 of 2
How to set the height of sketch image or set the visibility?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I used attribute helper to define the sketch image inside the sketch symbol.
There are some writable properties for sketchimage in iLogic but I can't seem to find the exact syntax required to change these properties (height, width, visibility etc.) and errors are returned due to this.
Following is code:
Dim oImage1i As SketchImage oObjs1i = oDrawDoc.AttributeManager.FindObjects("BACKPLATE_STIFFENING_STRIPS_i", "BACKPLATE_STIFFENING_STRIPS_i", "1") oImage1i = oObjs1i.Item(1) oImage1i.Visible = False oImage1i.Height = 10 End If
Following are the errors: