LineIsChild Property
- Last UpdatedMar 17, 2026
- 1 minute read
The LineIsChild property contains the flag that indicates whether the entity is the parent of the line.
'Declaration
Public Property LineIsChild As Boolean
'Usage
Dim instance As LineEntity
Dim value As Boolean
instance.LineIsChild = value
value = instance.LineIsChild
public bool LineIsChild {get; set;}