Class UnderlayDwfDefinition
Represents a DWF underlay definition.
Implements
System.ICloneable
System.IComparable
System.IComparable<TableObject>
System.IEquatable<TableObject>
Inherited Members
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 SourceUnderlayDwfDefinition(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. |
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 SourceOwner
Gets the owner of the actual underlay DWF definition.
Declaration
public UnderlayDwfDefinitions Owner { get; }
Property Value
| Type | Description |
|---|---|
| UnderlayDwfDefinitions |
Methods
| Improve this Doc View SourceClone()
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
| Improve this Doc View SourceClone(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
Implements
System.ICloneable
System.IComparable
System.IComparable<T>
System.IEquatable<T>