Modifying Dimension Styles - Paralell First Above Landing Line - VBA

Modifying Dimension Styles - Paralell First Above Landing Line - VBA

ccoomes
Advocate Advocate
390 Views
1 Reply
Message 1 of 2

Modifying Dimension Styles - Paralell First Above Landing Line - VBA

ccoomes
Advocate
Advocate

Does anyone know how to get to the parameter in VBA to that will modify the Parallel First Above Landing Lines as shown in the Picture Attached?

 

I know that you can modify the Style Etc through the Styles Manager, but this is not what I want to do.

 

Using VBA I have been able to modify and Change the Dimension Text, but I would like to Modify the Parallel First ABove Landing Line through a Macro as required.

 

Any help would be greatly appreciated.

 

Many Thanks.

0 Likes
391 Views
1 Reply
Reply (1)
Message 2 of 2

philippe.leefsma
Alumni
Alumni

Try "DimensionStyle.LinearMultiLineTextOrientation" property:

 

Read-write property that gets and sets the position of multiple lines of text relative to the landing line in a linear dimension. Valid values are kAllAboveLandingLine and kFirstLineAboveLandingLine.

 

Hope that helps,

Philippe.



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

0 Likes