Click or drag to resize

DataLayoutProduct Class

The DataLayoutProduct class represents a product in the layout.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropDataLayoutProduct

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
[SerializableAttribute]
public class DataLayoutProduct

The DataLayoutProduct type exposes the following members.

Constructors
  NameDescription
Public methodDataLayoutProduct
Initializes a new instance of the DataLayoutProduct class
Top
Methods
  NameDescription
Public methodClone
Clones the DataLayoutProduct.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAnimations
The list of animations to start automatically after loading.
Public fieldDatabase
The path to the database filename.
Public fieldDatabaseId
The database identifier.
Public fieldDefines
The product configuration.
Public fieldEnvironmentPartitionBehavior
The environment partition behavior.
Public fieldEnvironmentRebuildPolicy
The environment rebuild policy.
Public fieldGroupId
The group identifier.
Public fieldIsMaster
Tells is the product is master.
Public fieldIsVisible
Tells if the product is visible.
Public fieldLabel
The product label
Public fieldProductId
The product identifier.
Public fieldTransform
The product transform
Public fieldUseBackground
Tells if the background should be used.
Public fieldUseGlobalEnv
Tells if the global environment should be used.
Public fieldUseOverlay
Tells if the overlay should be used.
Public fieldUsePostProcess
Tells if the post process should be used.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also