EntityId Property (LineEntity)
- Last UpdatedNov 06, 2025
- 1 minute read
The EntityId property contains the unique identifier of the entity.
'Declaration
Public Property EntityId As Integer
'Usage
Dim instance As LineEntity
Dim value As Integer
instance.EntityId = value
value = instance.EntityId
public int EntityId {get; set;}