Definitions
Sorry, no definitions found. You may find more data at oline.
Etymologies
Sorry, no etymologies found.
Support

Help support Wordnik (and make this page ad-free) by adopting the word oLine.
Examples
-
Dim oEnt as AcadEntity Dim oLine as AcadLine Set oEnt = ThisDrawing.
-
Dim oEnt as AcadEntity Dim oLine as AcadLine Set oEnt = ThisDrawing.
-
'' '' 'Function ShowLines (ssInitialLines As AcadSelectionSet) As Boolean On Error GoTo ErrorHandler Dim oLine As AcadLine Dim oEnt As AcadEntity For Each oEnt In ssInitialLines If TypeOf oEnt Is AcadLine Then Set oLine = oEnt oLine.
-
'Function HideLines (ssInitialLines As AcadSelectionSet) As Boolean On Error GoTo ErrorHandler Dim oLine As AcadLine Dim oEnt As AcadEntity For Each oEnt In ssInitialLines If TypeOf oEnt Is AcadLine Then Set oLine = oEnt oLine.
-
'' '' 'Function ShowLines (ssInitialLines As AcadSelectionSet) As Boolean On Error GoTo ErrorHandler Dim oLine As AcadLine Dim oEnt As AcadEntity For Each oEnt In ssInitialLines If TypeOf oEnt Is AcadLine Then Set oLine = oEnt oLine.
-
'' '' 'Function ShowLines (ssInitialLines As AcadSelectionSet) As Boolean On Error GoTo ErrorHandler Dim oLine As AcadLine Dim oEnt As AcadEntity For Each oEnt In ssInitialLines If TypeOf oEnt Is AcadLine Then Set oLine = oEnt oLine.
-
Public Sub WriteCoordinates () Dim oUtil As AcadUtility Dim oEnt As AcadEntity Dim oArc As AcadArc Dim oLine As AcadLine Dim oSset As AcadSelectionSet Dim p1, p2, p3 Dim ftype (3) As Integer Dim fdata (3) As Variant Dim dxfCode, dxfvalue Dim i, j, m, n Set oUtil =
-
'Function HideLines (ssInitialLines As AcadSelectionSet) As Boolean On Error GoTo ErrorHandler Dim oLine As AcadLine Dim oEnt As AcadEntity For Each oEnt In ssInitialLines If TypeOf oEnt Is AcadLine Then Set oLine = oEnt oLine.
-
Public Sub WriteCoordinates () Dim oUtil As AcadUtility Dim oEnt As AcadEntity Dim oArc As AcadArc Dim oLine As AcadLine Dim oSset As AcadSelectionSet Dim p1, p2, p3 Dim ftype (3) As Integer Dim fdata (3) As Variant Dim dxfCode, dxfvalue Dim i, j, m, n Set oUtil =
-
'' '' 'Function ShowLines (ssInitialLines As AcadSelectionSet) As Boolean On Error GoTo ErrorHandler Dim oLine As AcadLine Dim oEnt As AcadEntity For Each oEnt In ssInitialLines If TypeOf oEnt Is AcadLine Then Set oLine = oEnt oLine.
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.