Show / Hide Table of Contents

Class UnderlayDgnDefinition

Represents a DGN underlay definition.

Inheritance
System.Object
DxfObject
TableObject
UnderlayDefinition
UnderlayDgnDefinition
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 UnderlayDgnDefinition : UnderlayDefinition, IHasXData, ICloneable, IComparable, IComparable<TableObject>, IEquatable<TableObject>

Constructors

| Improve this Doc View Source

UnderlayDgnDefinition(String)

Initializes a new instance of the UnderlayDgnDefinition class.

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

Underlay file name with full or relative path.

| Improve this Doc View Source

UnderlayDgnDefinition(String, String)

Initializes a new instance of the UnderlayDgnDefinition class.

Declaration
public UnderlayDgnDefinition(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

Layout

Gets or sets the layout name to show.

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

Owner

Gets the owner of the actual underlay DGN definition.

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

Methods

| Improve this Doc View Source

Clone()

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

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

A new UnderlayDgnDefinition that is a copy of this instance.

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

Clone(String)

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

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

UnderlayDgnDefinition name of the copy.

Returns
Type Description
TableObject

A new UnderlayDgnDefinition 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