CadEntityBase.LayerName

CadEntityBase.LayerName property

Gets or sets the name of the layer the entity belongs to.

public string LayerName { get; set; }

Property Value

The name of the layer.

See Also