CmxLayer

CmxLayer class

The graphic layer located on the page of the CMX document.

public class CmxLayer : CmxContainer

Constructors

NameDescription
CmxLayer()The default constructor.

Properties

NameDescription
virtual Elements { get; }Gets the elements.
Flags { get; set; }Gets or sets the flags.
IsVisible { get; set; }Gets or sets a value indicating whether this layer is visible.
Name { get; set; }Gets or sets the name of the layer.
Number { get; set; }Gets or sets the layer order number.

Methods

NameDescription
override Equals(object)Check if objects are equal.
override GetHashCode()Get hash code of the current object.

Fields

NameDescription
const MasterDesktopLayerNameThe master desktop layer name

See Also