Jump to content
Developer Wiki and Function Reference Links ×

AddAssociation documentation


Mike C

Recommended Posts

Is there any better documentation on AddAssociation other than the sparse "VS:Function Reference - Vectorworks Developer" and the almost non-existant "Vectorscript 2013 Function Reference"?

I can't find the "inKind" integer constants, other than the two that are referenced in the "VS:Function Reference - Vectorworks Developer" help.

Link to comment
  • Vectorworks, Inc Employee

There are only two.

kOnDeleteDelete = 4;

{Target object is deleted when owner is deleted.}

kOnDeleteReset = 5;

{Target object is reset when owner is deleted.}

There isn't much to the call. It just causes the one object to be deleted or reset when the other object is deleted.

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