%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
ActionHighLightColor Field
See Also 
vdWebLibrary Namespace > vdConst Class : ActionHighLightColor Field
Array of red,green,blue,alpha color used when action select an entity

Syntax

JScript 
public var ActionHighLightColor : Object;

Remarks

Set it to [] (empty array) in order to keep entity color. Set it to [255,0,0] in order to draw selected entities as red. Deault is []

See Also