Environment.GetEntityPattern Method

Returns the entity's linetype pattern.
Public Shared Function GetEntityPattern( _ 
ByVal ent As Entity, _ 
ByVal lineTypes As LineTypeKeyedCollection, _ 
ByVal parentTypeName As String, _ 
ByVal layers As LayerKeyedCollection
) As LinePattern
This language is not supported or no code example is available.
public static LinePattern GetEntityPattern( 
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

LinePattern

The LinePattern object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition