An object container for AC1009-format dxf™-compatible file output.

The Scene..::.Layer type exposes the following members.

Constructors

  NameDescription
Scene..::.LayerOverloaded.

Methods

  NameDescription
CompareTo
The standard comparer. Sorts layers by the layer name.
Equals
Tests if two layers are considered equal.
(Overrides Object..::.Equals(Object).)
GetHashCode
A hash code for the layer.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Operators

  NameDescription
Equality
True if two points are considered equal.
Inequality
False if two points are considered equal.

Properties

  NameDescription
Color
Gets or sets the color of the layer.
  • 1: red
  • 2: yellow
  • 3: green
  • 4: cyan
  • 5: blue
  • 6: magenta
  • 7: white
IsFrozen
Gets or sets if the layer is frozen.
LineType
Gets or sets the linetype of the layer.
Name
Gets or sets the name of the layer.

See Also