Message 1 of 2
MLeaderStyle.ArrowSymbol property
Not applicable
11-10-2008
07:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Anybody know what values are acceptable for this string variable? I have a routine that is first querying, then setting all MLeader properties. On the query, MLeaderStyle.ArrowSymbol returns a null string. On assignment, a null string produces a "key not found" error. I know the MLeaderStyle object exists, because I am able to assign the other properties. ArrowSymbol will also not accept values ".", "_None", "None", "_Default", "Default", or the standard DIMBLK values. I just want to make sure I assign a closed filled arrowhead, and the documentation is no help at all. I am nearly able to define the MLeaderStyle through VBA code, except for a couple of roadblocks such as this one. I don't know if the acceptable values are in the dictionary, where they are stored, or if they even follow any standard AutoCAD naming convention.