Layer Class
Represents layer contained by the CAD drawing.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsLayer

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
[SerializableAttribute]
public sealed class Layer : IEquatable<Layer>

The Layer type exposes the following members.

Constructors
  NameDescription
Public methodLayer(String)
Initializes new instance of Layer class.
Public methodLayer(String, Boolean)
Initializes new instance of Layer class.
Properties
  NameDescription
Public propertyName
The name of the layer.
Public propertyVisible
The layer visibility indicator.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the current Layer is the same as specified object.
(Overrides ObjectEquals(Object).)
Public methodEquals(Layer)
Determines whether the current Layer is the same as specified Layer object.
Public methodGetHashCode
Returns the hash code for the current Layer object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two Layer objects are the same.
Public operatorStatic memberInequality
Determines whether two Layer objects are not the same.
See Also