Show / Hide Table of Contents

Interface IAttributeListContainer

Interface implemented by Project and Settings. Helps to get all kind of attribute lists, e.g. ColorList, LayerList

Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public interface IAttributeListContainer

Properties

| Improve this Doc View Source

ColorList

Declaration
ColorList ColorList { get; }
Property Value
Type Description
ColorList
| Improve this Doc View Source

DimensionStyleList

Declaration
DimensionStyleList DimensionStyleList { get; }
Property Value
Type Description
DimensionStyleList
| Improve this Doc View Source

HatchStyleList

Declaration
HatchStyleList HatchStyleList { get; }
Property Value
Type Description
HatchStyleList
| Improve this Doc View Source

LayerList

Declaration
LayerList LayerList { get; }
Property Value
Type Description
LayerList
| Improve this Doc View Source

LinePatternList

Declaration
LinePatternList LinePatternList { get; }
Property Value
Type Description
LinePatternList
| Improve this Doc View Source

LineWidthList

Declaration
LineWidthList LineWidthList { get; }
Property Value
Type Description
LineWidthList
| Improve this Doc View Source

ListCount

Declaration
int ListCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

StyleList

Declaration
StyleList StyleList { get; }
Property Value
Type Description
StyleList

Methods

| Improve this Doc View Source

Add(String, IAttributeList)

Declaration
void Add(string KeyName, IAttributeList ToAdd)
Parameters
Type Name Description
System.String KeyName
IAttributeList ToAdd
| Improve this Doc View Source

AttributeChanged(IAttributeList, INamedAttribute, ReversibleChange)

Declaration
void AttributeChanged(IAttributeList list, INamedAttribute attribute, ReversibleChange change)
Parameters
Type Name Description
IAttributeList list
INamedAttribute attribute
ReversibleChange change
| Improve this Doc View Source

GetList(String)

Declaration
IAttributeList GetList(string KeyName)
Parameters
Type Name Description
System.String KeyName
Returns
Type Description
IAttributeList
| Improve this Doc View Source

List(Int32)

Declaration
IAttributeList List(int KeyIndex)
Parameters
Type Name Description
System.Int32 KeyIndex
Returns
Type Description
IAttributeList
| Improve this Doc View Source

ListKeyName(Int32)

Declaration
string ListKeyName(int KeyIndex)
Parameters
Type Name Description
System.Int32 KeyIndex
Returns
Type Description
System.String
| Improve this Doc View Source

Remove(String)

Declaration
void Remove(string KeyName)
Parameters
Type Name Description
System.String KeyName
| Improve this Doc View Source

RemovingItem(IAttributeList, INamedAttribute, String)

Declaration
bool RemovingItem(IAttributeList list, INamedAttribute attribute, string resourceId)
Parameters
Type Name Description
IAttributeList list
INamedAttribute attribute
System.String resourceId
Returns
Type Description
System.Boolean
| Improve this Doc View Source

UpdateList(IAttributeList)

Declaration
void UpdateList(IAttributeList list)
Parameters
Type Name Description
IAttributeList list
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX