%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
FindLayout Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : FindLayout Method
name
The name of the requested Layout index id.
Returns the layout index id of the given layout name.

Syntax

JScript 
public function FindLayout( 
   name : String
) : int;

Parameters

name
The name of the requested Layout index id.

Return Value

Returns the layout index id of the given layout name or -1 if it does not exist.

See Also