%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetEnableSelection Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetEnableSelection Method
bval
Enable / Disable the Selection buffer that keeps information of entities drawn in each pixel. If this value is false, no entities can be detected under a pixel (no selection). GetEntityFromPoint ,GetEntitiesFromBox , GetEntitiesInWindowBox

Syntax

JScript 
public function SetEnableSelection( 
   bval : boolean
);

Parameters

bval

See Also