Message 1 of 1
Read the Order from the Dynamic Block Parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i have a dynamic block and would like to read the Block Parameter in order from the parametermanager
the 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