Jump to content
Developer Wiki and Function Reference Links ×

PIO String Values


Recommended Posts

Is there a way to collect the plug-in string values of a plug-in object from outside the plug-in.  Inside the plug-in, the PIO collects string values wit GetPlugInString(index), but that will not work outside the PIO code.  I have a command that would like to collect some of the plug-in string values of 4 different PIOs  is this possible.  If so, how?

 

Yet again TIA

 

Sam

 

Link to comment

No.  I need to harvest the values stored in a PIO's plug-in strings.  The values are not known.  populating the plug-in strings from a shared source outside the PIO and the command is not possible.  So, the question remains is there a way to obtain the values of the plug-in strings of an existing PIO ?

Link to comment

If I'm not mistaken the string values associated with a plugin are similar to the storage of default parameter values. They are stored in your application's workspace/ menu environment not the drawing file. This view is reinforced by the fact that there is no means to change the value from within plugin. While they could change from one Vectorworks installation to another that would be unlikely as the person who wrote the script would have to allow for every different variation. Such as having text strings for different language installations. The local VW reseller would be changing them in that instance before selling the regional version of VW to you.

Link to comment

 Every user has access to a custom or third party PIO's plug-in strings via the plug-in manager.  Only the Built-in plug-ins require the local distributor to localize PIO text.  So.., does a VS command have any access to the Plug-in String values entered for plug-ins that are not part of the VS command wanting the values.

VS command "A" wants to make a list of PIO "B"s plug in strings for display or any number of other purposes.  Possible?

Link to comment
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...