Clickable Keywords "[]"

Clickable Keywords "[]"

martin.cappe
Advocate Advocate
883 Views
1 Reply
Message 1 of 2

Clickable Keywords "[]"

martin.cappe
Advocate
Advocate

Hello,

 

I don't understand how clickable keywords are working. When I write for example the code below, only the last [Keyword] is clickable...

 

Send help.

 

AcadApplication.ActiveDocument.Utility.GetKeyword("Enter a keyword [Height][Width][Depth]: ")

 

Best regards,

 

CM

 

0 Likes
Accepted solutions (1)
884 Views
1 Reply
Reply (1)
Message 2 of 2

martin.cappe
Advocate
Advocate
Accepted solution

Nevermind, I just found how to do this. I need to put "/" between each word.

 

AcadApplication.ActiveDocument.Utility.GetKeyword("Enter a keyword [Test1/Test2]: ")

 

0 Likes