Class UnderlayDefinition
Represents an underlay definition.
Inheritance
System.Object
UnderlayDefinition
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 abstract class UnderlayDefinition : TableObject, IHasXData, ICloneable, IComparable, IComparable<TableObject>, IEquatable<TableObject>
Constructors
| Improve this Doc View SourceUnderlayDefinition(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 SourceFile
Gets the underlay file.
Declaration
public string File { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Get the underlay type.
Declaration
public UnderlayType Type { get; }
Property Value
| Type | Description |
|---|---|
| UnderlayType |
Implements
System.ICloneable
System.IComparable
System.IComparable<T>
System.IEquatable<T>