←  Technical Questions

nanoCAD forum

»

VBScript, how to know which objects are se...

JuhaW's Photo JuhaW 09 Mar 2014

And how to know object properties like object type etc. ?
Quote

SevaM's Photo SevaM 11 Mar 2014

Hello,

it's better to ask about VBScript in "nanoCAD as a development platform" or directly in Developer's Club - you will get reply faster, most developers are visiting these forums.
Quote

JuhaW's Photo JuhaW 11 Mar 2014

Thank you, I will.
Quote

ISL's Photo ISL 14 Mar 2014

Selected entities can be accessed with ThisDrawing.PickFirstSelectionSet collection.

Object type can be accessed with EntityName property.
Quote

JuhaW's Photo JuhaW 19 Mar 2014

Thank you ! Where can I find all those commands that I can use with VBscripting ? I have downloaded NCadSDK50.
Quote