Show / Hide Table of Contents

Interface ICadLayer

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface ICadLayer

Properties

Color

Declaration
Color Color { get; }
Property Value
Type Description
System.Windows.Media.Color

Entities

Declaration
IReadOnlyList<ICadEntity> Entities { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<ICadEntity>

Id

Declaration
uint Id { get; }
Property Value
Type Description
System.UInt32

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Visible

Declaration
bool Visible { get; set; }
Property Value
Type Description
System.Boolean

Methods

Add(ICadEntity)

Declaration
void Add(ICadEntity entity)
Parameters
Type Name Description
ICadEntity entity

AddRange(IReadOnlyList<ICadEntity>)

Declaration
void AddRange(IReadOnlyList<ICadEntity> entities)
Parameters
Type Name Description
System.Collections.Generic.IReadOnlyList<ICadEntity> entities
Back to top Generated by DocFX