%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetDictItem Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : GetDictItem Method
collection
The 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 can be called instead.
h_handle
The object handle as string.
Returns a table object(block,layer,textstyle,hatchpattern ,imagedefinition, linetype) from its handle string

Syntax

JScript 
public function GetDictItem( 
   collection : Object,
   h_handle : String
) : Object;

Parameters

collection
The 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 can be called instead.
h_handle
The object handle as string.

Return Value

A table object(block,layer,textstyle,hatchpattern ,imagedefinition, linetype) from its handle string

See Also