Skip to main content

Class BaseTemplate

Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public abstract class BaseTemplate

Inheritance: System.Object -> BaseTemplate

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

BaseTemplate

protected BaseTemplate()

Properties

ConfigFileName

public string ConfigFileName { get; }

FilenameForConfig

protected abstract string FilenameForConfig { get; }

Methods

Equals

protected bool Equals(BaseTemplate other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Convert.BaseTemplateother
Returns

System.Boolean

Equals

public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

Fields

_idmlNotSupportedMessage

protected const string _idmlNotSupportedMessage = "The specified {0} file cannot be read. Idml feature is not included in the license key"

Name

public string Name

SafetyLines

public List<SafetyLine> SafetyLines

CropMarks

public List<CropMark> CropMarks

FoldingLines

public List<SurfaceTemplate.FoldingLine> FoldingLines

Spines

public List<SurfaceTemplate.Spine> Spines

BgFoldingMode

public SurfaceTemplate.BgFoldingModeParams BgFoldingMode

UseSpecifiedContainersOnly

public bool UseSpecifiedContainersOnly
Was this page helpful?