Read the Order from the Dynamic Block Parameters

Read the Order from the Dynamic Block Parameters

hb
Contributor Contributor
648 Views
0 Replies
Message 1 of 1

Read the Order from the Dynamic Block Parameters

hb
Contributor
Contributor

i have a dynamic block and would like to read the Block Parameter in order from the parametermanager

 

Unbenannt.JPGthe following code returns the parameter but not in the right order

 

(setq ent (vlax-ename->vla-object aswdy))

(setq v (vla-getdynamicblockproperties ent))

(setq vval (vlax-variant-value v))

(setq sal (safearray-value vval))

 

lgh

 

 

0 Likes
649 Views
0 Replies
Replies (0)