Show / Hide Table of Contents

    Class MappingConfiguration

    Additional metadata to guide layer creation for various output formats, such as DXF.

    Inheritance
    System.Object
    MappingConfiguration
    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 MappingConfiguration

    Constructors

    MappingConfiguration()

    Create a new MappingConfiguration ///

    Declaration
    public MappingConfiguration()

    Properties

    Layers

    The layer configurations for this model.

    Declaration
    public List<MappingConfiguration.Layer> Layers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MappingConfiguration.Layer>

    Methods

    Merge(MappingConfiguration)

    Merge another export configuration into this one.

    Declaration
    public void Merge(MappingConfiguration other)
    Parameters
    Type Name Description
    MappingConfiguration other