Hi,
I've looked through many posts but can't seem to find an answer for this.
How do I change the arrow size of a dimension? I just found that the text size can be changed using Dimension.Dimtxt but not sure how to change the arrow size.
Thanks in advance for any help.
Solved! Go to Solution.
Solved by kerry_w_brown. Go to Solution.
Have a look at :
public virtual double Dimasz { get; set; } |
| Declaring Type: | Autodesk.AutoCAD.DatabaseServices.Dimension |
| Assembly: | Acdbmgd, Version=25.0.0.0 |
// Called Kerry in my other life.
Everything will work just as you expect it to, unless your expectations are incorrect.
Sometimes the question is more important than the answer.
class keyThumper<T> : Lazy<T>; another Swamper
It is very undesirable to have such a question in the forum, this is a typical lazy question, you through the code, after reading the Entity, you can through the reflection of all the properties and values output, and then manually in the characteristics panel to modify the Entity's properties, once again reflect and output, compare the difference can know to modify which property, this should be the individual can think of the method, the individual can think of the method. And you come here to ask questions because you are lazy, except for adding a low-quality post to the forum without any benefit
@shricharana_bharadwaj wrote:Hi,
Thank you for pointing it out. Much appreciated.
You're welcome.
// Called Kerry in my other life.
Everything will work just as you expect it to, unless your expectations are incorrect.
Sometimes the question is more important than the answer.
class keyThumper<T> : Lazy<T>; another Swamper
Thank you for taking time to teach me how to trial and error. Unfortunately I couldn't understand what you said about the manually editing values in characteristics panel. Is that in Visual studio or are you suggesting I modify each and every property available in the Dimension class one by one, running the code and seeing what changes every time?
Can't find what you're looking for? Ask the community or share your knowledge.