Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I started doing some drawing automation and with the help of this Forum and some other resources, I have finally figured out how to write iLogic rules to automatically add dimensions to a drawing. One thing I can't seem to find with all my Googling is how to add a Ø symbol in front of a dimension. My code snippet that creates the actual dimension looks like this:
SyntaxEditor Code Snippet
Dim oID As GeneralDimension oID = oGeneralDims.AddLinear(oPt1, intent1, intent2) oID.CenterText
Is there a function I can add on the next line that's something like "oID.AddSymbol" or something? Any help is appreciated. If necessary, I can paste my complete code in here as well.
Solved! Go to Solution.