Click or drag to resize

GenericMarkerProfile Class

Provides information about the marking settings.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Profile.ModelGenericMarkerProfile
    RAYLASE.Marker.Profile.ModelBitmapMarkerProfile
    RAYLASE.Marker.Profile.ModelVectorGraphicMarkerProfile

Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
public class GenericMarkerProfile

The GenericMarkerProfile type exposes the following members.

Constructors
 NameDescription
Public methodGenericMarkerProfileInitializes a new instance of the GenericMarkerProfile class
Top
Properties
 NameDescription
Public propertyBitMaskOverride The port value for binning to override the one set in Condition. Null value means no override.
Public propertyDefaultPen The shortcut to access the first pen.
Public propertyMarkCounterName The name of the mark counter to be used when an infinite pass is used.
Public propertyMotfTriggerProfile The MOTF profile for this job element.
Public propertyPenSet The list of pens used by the job element.
Public propertyShouldMark The flag to indicate whether the job element should be marked.
Public propertyShouldStream The flag to indicate whether the job element should be marked in streaming mode. A null means it follows the executor option.
Top
Methods
 NameDescription
Protected methodDoCopyFrom 
Top
See Also