Jump to content
Developer Wiki and Function Reference Links ×

How to get the Name Of A PIO?


Musisback

Recommended Posts

  • 4 years later...
  • Vectorworks, Inc Employee

Use caution GetObjectVariableString(h,1166) returns the localized or displayed name of the PIO.

If you are working with the PIO setting and getting values you want to use the universal name. You need to use a different procedure to get the universal name.

RecordH := GetParametricRecord(h);

PIOName := GetName(RecordH);

The record name of the PIO has the same name as the PIO.

Link to comment

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...