Layer.LineTypeName Property

Gets or sets the line type name of the Environment.LineTypes collection. In use only if the LineTypeMethod is byEntity.
Public Property LineTypeName() As String
This language is not supported or no code example is available.
public string LineTypeName {get; set;}
This language is not supported or no code example is available.

Property Value

string
Remarks
 
When the line type used by entities already added to the Environment.Entities is changed, their Entity.RegenMode must be set to regenType.CompileOnly and the EntityList.Regen must be called.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition