Message 1 of 3

Not applicable
12-27-2012
01:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just recently had a course in iLogic and wish to find out its entire potential.
The ilogic snippets do not cover that.
I use visual studio and added reference autodesk.ilogic.interfaces.dll
that way i can use the listboxes to see what is possible with each function/sub/object in this dll.
I've seen some great work with ilogic that i cant find it in visual studio.
Small part of some code i found on internet:
For Each oDrawingDims In oDoc.ActiveSheet.DrawingDimensions
If oDrawingDims.HideValue = True _
Or oDrawingDims.ModelValueOverridden = True
How can I reach objects ActiveSheet or DrawingDimensions in visual studio?
- Or - Which references do I need to add iin visual studio? And how do you know which reference you need? Is there perhaps a guide?
Thx in advance,
Arnold
Solved! Go to Solution.