Method GetDictItem
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
GetDictItem(object, string)
Returns a table object(block,layer,textstyle,hatchpattern ,imagedefinition, linetype) from its handle string
public object GetDictItem(object collection, string h_handle)
Parameters
collectionobjectThe collection where the table object belongs to.(Example document.Blocks or document.Layers etc.) NOTE: Script files that was exported with version 7.x and later this parameter is ignored and can be set to null. -or- the GetEntityItem(string) can be called instead.
h_handlestringThe object handle as string.
Returns
- object
A table object(block,layer,textstyle,hatchpattern ,imagedefinition, linetype) from its handle string