How to change the size of an arrowhead in a dimension ?

How to change the size of an arrowhead in a dimension ?

shricharana_bharadwaj
Enthusiast Enthusiast
1,231 Views
5 Replies
Message 1 of 6

How to change the size of an arrowhead in a dimension ?

shricharana_bharadwaj
Enthusiast
Enthusiast

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.

0 Likes
Accepted solutions (1)
1,232 Views
5 Replies
Replies (5)
Message 2 of 6

kerry_w_brown
Mentor
Mentor
Accepted 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 or kdub in my other life.

Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub

NZST UTC+12 : class keyThumper<T> : Lazy<T>;      another  Swamper
Message 3 of 6

DYH_
Enthusiast
Enthusiast

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

0 Likes
Message 4 of 6

shricharana_bharadwaj
Enthusiast
Enthusiast

Hi,

 

Thank you for pointing it out. Much appreciated.

0 Likes
Message 5 of 6

kerry_w_brown
Mentor
Mentor

@shricharana_bharadwaj wrote:

Hi,

 

Thank you for pointing it out. Much appreciated.


You're welcome.


// Called Kerry or kdub in my other life.

Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub

NZST UTC+12 : class keyThumper<T> : Lazy<T>;      another  Swamper
0 Likes
Message 6 of 6

shricharana_bharadwaj
Enthusiast
Enthusiast

@DYH_ 

 

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?

0 Likes