Show / Hide Table of Contents

Class UnderlayDwfDefinition

Represents a DWF underlay definition.

Inheritance
System.Object
DxfObject
TableObject
UnderlayDefinition
UnderlayDwfDefinition
Implements
IHasXData
System.ICloneable
System.IComparable
System.IComparable<TableObject>
System.IEquatable<TableObject>
Inherited Members
UnderlayDefinition.Type
UnderlayDefinition.File
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)
DxfObject.CodeName
DxfObject.Handle
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 class UnderlayDwfDefinition : UnderlayDefinition, IHasXData, ICloneable, IComparable, IComparable<TableObject>, IEquatable<TableObject>

Constructors

| Improve this Doc View Source

UnderlayDwfDefinition(String)

Initializes a new instance of the UnderlayDwfDefinition class.

Declaration
public UnderlayDwfDefinition(string file)
Parameters
Type Name Description
System.String file

Underlay file name with full or relative path.

| Improve this Doc View Source

UnderlayDwfDefinition(String, String)

Initializes a new instance of the UnderlayDwfDefinition class.

Declaration
public UnderlayDwfDefinition(string name, string file)
Parameters
Type Name Description
System.String name

Underlay definition name.

System.String file

Underlay file name with full or relative path.

Properties

| Improve this Doc View Source

Owner

Gets the owner of the actual underlay DWF definition.

Declaration
public UnderlayDwfDefinitions Owner { get; }
Property Value
Type Description
UnderlayDwfDefinitions

Methods

| Improve this Doc View Source

Clone()

Creates a new UnderlayDwfDefinition that is a copy of the current instance.

Declaration
public override object Clone()
Returns
Type Description
System.Object

A new UnderlayDwfDefinition that is a copy of this instance.

Overrides
TableObject.Clone()
| Improve this Doc View Source

Clone(String)

Creates a new UnderlayDwfDefinition that is a copy of the current instance.

Declaration
public override TableObject Clone(string newName)
Parameters
Type Name Description
System.String newName

UnderlayDwfDefinition name of the copy.

Returns
Type Description
TableObject

A new UnderlayDwfDefinition that is a copy of this instance.

Overrides
TableObject.Clone(String)

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