Environment.GetEntityLineType Method

Returns the entity's line type.
Public Shared Function GetEntityLineType( _ 
ByVal ent As Entity, _ 
ByVal lineTypes As LineTypeKeyedCollection, _ 
ByVal parentTypeName As String, _ 
ByVal layers As LayerKeyedCollection
) As LineType
This language is not supported or no code example is available.
public static LineType GetEntityLineType( 
Entity ent
LineTypeKeyedCollection lineTypes
string parentTypeName
LayerKeyedCollection layers 
)
This language is not supported or no code example is available.

Parameters

ent
Entity

The entity

lineTypes
LineTypeKeyedCollection

Line types collection

parentTypeName
string

The line type name of the parent entity (if it exists)

layers
LayerKeyedCollection

The layers list

Return Value

LineType

The LineType object.

.NET Framework

Supported in: 4.8

In this article

Definition