TrackLayerItemBaseLayer Property
Get/Set a value indicating whether this is a base layer, upon which
can be built multiple passes.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public bool BaseLayer { get; set; }
Public Property BaseLayer As Boolean
Get
Set
No code example is currently available or this language may not be supported.
Property Value
Boolean
A read access on this property is blended with the FinalLayer property.
If FinalLayer is true, BaseLayer will always return false.