.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

5 REPLIES 5
SOLVED
Reply
Message 1 of 6
shricharana_bharadwaj
168 Views, 5 Replies

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

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.

Labels (3)
5 REPLIES 5
Message 2 of 6

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

Message 3 of 6

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

Message 4 of 6

Hi,

 

Thank you for pointing it out. Much appreciated.

Message 5 of 6


@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

Message 6 of 6

@18348401357 

 

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.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report