B
Bernd Fischer
Guest
Hi,
How can I get a hierarchical property form the technology library.
Example:
I have the 'xSnapSpacing' stored a hierarchical property to
the techlib (don't ask why, this is design kit specific).
Properties
----------
techLibName string "myTechLibName"
viewProps hier >
placement for a inhouse tool.
ddGetObj( techGetTechLibName( geGetEditCellView( w_windowId ) ) )~>viewProps
Returns the 'viewProps' database ID, but how to go further?
Thanks Bernd
How can I get a hierarchical property form the technology library.
Example:
I have the 'xSnapSpacing' stored a hierarchical property to
the techlib (don't ask why, this is design kit specific).
Properties
----------
techLibName string "myTechLibName"
viewProps hier >
I want to get the 'xSnapSpacing' to prevent some offgridmaskLayout hier
xSnapSpacing float 0.05
ySnapSpacing float 0.05
placement for a inhouse tool.
ddGetObj( techGetTechLibName( geGetEditCellView( w_windowId ) ) )~>viewProps
Returns the 'viewProps' database ID, but how to go further?
Thanks Bernd