AttributeReference.LineTypeName Property

Gets or sets the line type name of the Environment.LineTypes dictionary. In use only if the LineTypeMethod is byEntity.
Public Property LineTypeName() As String Implements  _ 
IEntity.LineTypeName
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

Implements

IEntity.LineTypeName
Remarks
 
When the line type of an entity already added to the Environment.Entities is changed, the 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