







JsPropertiesExtractor | Send comments on this topic. |
color Method | |
See Also Example |
![]() |
vdWebLibrary Namespace > ScriptCommands Class : color Method |
- colorstring
- A color as String colorToString
JScript | |
---|---|
public function color( colorstring : String ); |
Parameters
- colorstring
- A color as String colorToString
///
C# | ![]() |
---|---|
vdrawobj.scriptCommand.color("0,255,0");//set active color to a green value |
C# | ![]() |
---|---|
vdrawobj.scriptCommand.color("bylayer");//set active color to a green value |
C# | ![]() |
---|---|
vdrawobj.scriptCommand.color("0");//set active color to a color Index value "0" which is red. |