Show / Hide Table of Contents

Class UnderlayDefinition

Represents an underlay definition.

Inheritance
System.Object
DxfObject
TableObject
UnderlayDefinition
UnderlayDgnDefinition
UnderlayDwfDefinition
UnderlayPdfDefinition
Implements
IHasXData
System.ICloneable
System.IComparable
System.IComparable<TableObject>
System.IEquatable<TableObject>
Inherited Members
TableObject.NameChanged
TableObject.OnNameChangedEvent(String, String)
TableObject.XDataAddAppReg
TableObject.OnXDataAddAppRegEvent(ApplicationRegistry)
TableObject.XDataRemoveAppReg
TableObject.OnXDataRemoveAppRegEvent(ApplicationRegistry)
TableObject.Name
TableObject.IsReserved
TableObject.InvalidCharacters
TableObject.XData
TableObject.IsValidName(String)
TableObject.ToString()
TableObject.CompareTo(Object)
TableObject.CompareTo(TableObject)
TableObject.GetHashCode()
TableObject.Equals(Object)
TableObject.Equals(TableObject)
TableObject.Clone(String)
TableObject.Clone()
DxfObject.CodeName
DxfObject.Handle
DxfObject.Owner
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: netDxf.Objects
Assembly: CADability.dll
Syntax
public abstract class UnderlayDefinition : TableObject, IHasXData, ICloneable, IComparable, IComparable<TableObject>, IEquatable<TableObject>

Constructors

| Improve this Doc View Source

UnderlayDefinition(String, String, UnderlayType)

Initializes a new instance of the UnderlayDefinition class.

Declaration
protected UnderlayDefinition(string name, string file, UnderlayType type)
Parameters
Type Name Description
System.String name

Underlay name.

System.String file

Underlay file name with full or relative path.

UnderlayType type

Underlay type.

Properties

| Improve this Doc View Source

File

Gets the underlay file.

Declaration
public string File { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Get the underlay type.

Declaration
public UnderlayType Type { get; }
Property Value
Type Description
UnderlayType

Implements

IHasXData
System.ICloneable
System.IComparable
System.IComparable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX