Jump to content

# What does "Set" in Visual Basic 6, VBA and VB.net


muck

Recommended Posts

What does Set do in vb code?

 

 

What does Set do in VBA.

For example the statement Set LayerObject = LayerCollection.add(layerName) is used in AutoCAD VBA.

 

What does Set do in Visual Basic 6?

 

What does Set do in VB.net

 

What is property Set. Is it the same?

 

Thank you,

Link to comment
Share on other sites

Set is used to "set" values to object variables (ie AcadBlockReference, AcadEntity). Set is not necessary when assigning to variable types (ie integer, string, long, etc..). VB.Net no longer requires to "set" to an object, just assign the object to its value (ie YourAcadEntity = whatever). Property set is used to assign a property in a "class" (your defined object). I hope this helps.

Link to comment
Share on other sites

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...