%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
EnableOsnapMode Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : EnableOsnapMode Method
bEnable
If he parameter is true, the functionality is enabled, otherwise it is disabled.
Enables or disables the osnap functionality without changing the osnap mode.

Syntax

JScript 
public function EnableOsnapMode( 
   bEnable : boolean
);

Parameters

bEnable
If he parameter is true, the functionality is enabled, otherwise it is disabled.

See Also