Function or Interface marked as restricted
Function or Interface marked as restricted
(OP)
Hi All,
Using a VBA code, I am trying to create a "Text Stamp" on an annotated view and get an error message at "Add2DText" as seen below.

Do you know what it is?
How do I fix it?
I check the function "Add2DText" in Catia and it seems Add2DText is a valid property of Marker2D.
Thank you for your help in advance
Quin
Using a VBA code, I am trying to create a "Text Stamp" on an annotated view and get an error message at "Add2DText" as seen below.

Do you know what it is?
How do I fix it?
I check the function "Add2DText" in Catia and it seems Add2DText is a valid property of Marker2D.
Thank you for your help in advance
Quin





RE: Function or Interface marked as restricted
For your example:
Dim Marker2Ds as Marker2Ds should be changed to: Dim Marker2Ds
--Doug
RE: Function or Interface marked as restricted
Quin