Show / Hide Table of Contents

    Class MappingConfiguration.Layer

    Represents the configuration of a Layer for export.

    Inheritance
    System.Object
    MappingConfiguration.Layer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Elements.Serialization
    Assembly: Hypar.Elements.dll
    Syntax
    public class Layer

    Constructors

    Layer()

    Create a new Layer configuration.

    Declaration
    public Layer()

    Properties

    ElementColorSetting

    How items on this layer should have their colors determined.

    Declaration
    public MappingConfiguration.ElementColorSetting ElementColorSetting { get; set; }
    Property Value
    Type Description
    MappingConfiguration.ElementColorSetting

    LayerColor

    The display color of the layer.

    Declaration
    public Color LayerColor { get; set; }
    Property Value
    Type Description
    Color

    LayerName

    The name of the layer.

    Declaration
    public string LayerName { get; set; }
    Property Value
    Type Description
    System.String

    Lineweight

    The linewight of the layer, in 1/100s of a millimeter.

    Declaration
    public int Lineweight { get; set; }
    Property Value
    Type Description
    System.Int32

    Types

    The type names (FullNames) of element types that should be mapped to this layer.

    Declaration
    public List<string> Types { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>