anthony71
New member
- Jul 31, 2008
- 14
Hi,
I'm trying to make a Macro for Drawing Title Block.
I can't applied the following proprieties to my new text (will be the drawing number):
Flip Mode (Horizontal);
Orientation (Vertical).
For the Flip Mode I've tried with this input in the Script:
Dim Tex1Prop As Drawing TextProperties
Set Tex1Prop = MySheetNum.TextProperties
Tex1Prop.Mirroring = catTexHorizontalFlip
But it doen't work..
For text Orientation I have no ideas..
Someone could kindly help me?
thanks a lot..
I'm trying to make a Macro for Drawing Title Block.
I can't applied the following proprieties to my new text (will be the drawing number):
Flip Mode (Horizontal);
Orientation (Vertical).
For the Flip Mode I've tried with this input in the Script:
Dim Tex1Prop As Drawing TextProperties
Set Tex1Prop = MySheetNum.TextProperties
Tex1Prop.Mirroring = catTexHorizontalFlip
But it doen't work..
For text Orientation I have no ideas..
Someone could kindly help me?
thanks a lot..