Class CadLayerInfo
Inheritance
System.Object
CadLayerInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.CAD
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class CadLayerInfo
Fields
Color
Declaration
public Color Color
Field Value
Type | Description |
---|---|
System.Windows.Media.Color |
Entities
Declaration
public List<ICadEntity> Entities
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ICadEntity> |
Id
Declaration
public uint Id
Field Value
Type | Description |
---|---|
System.UInt32 |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Visible
Declaration
public bool Visible
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
ColorName
Declaration
[Browsable(false)]
public string ColorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntitiesSerializable
Declaration
public object EntitiesSerializable { get; set; }
Property Value
Type | Description |
---|---|
System.Object |