MLeaderStyle.ArrowSymbol property

MLeaderStyle.ArrowSymbol property

Anonymous
Not applicable
368 Views
1 Reply
Message 1 of 2

MLeaderStyle.ArrowSymbol property

Anonymous
Not applicable
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.
0 Likes
369 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
DUH. I just realized the documentation says this property is read-only. Never mind.
0 Likes