TrackLayerItemBaseLayer Property

Get/Set a value indicating whether this is a base layer, upon which can be built multiple passes.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public bool BaseLayer { get; set; }

Property Value

Boolean

Remarks

A read access on this property is blended with the FinalLayer property. If FinalLayer is true, BaseLayer will always return false.

See Also