CreateLine (Symbol Editor)
Draws a line in the symbol editor
Command: None
Syntax: CreateLine
VB Example:
oDefinitionEditor.CreateLine Array("NAME:LineData", _Return Value: None
"Points:=", Array( "(0.001778, -0.001270)", _
"(0.004572, 0.002794)", "(0.003048, 0.003556)"), _
"Id:=", 14), Array("NAME:Attributes", "Page:=", 1)
| Python Syntax | CreateLine() |
| Python Example |
|