%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
FindBlock Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : FindBlock Method
name
The name of the requested Block.
Returns the Block defined by the given name.

Syntax

JScript 
public function FindBlock( 
   name : String
) : Object;

Parameters

name
The name of the requested Block.

Return Value

Returns the Block that has the given name or null if it does not exist.

See Also