Interface IAttributeListContainer
Assembly: CADability.dll
Syntax
public interface IAttributeListContainer
Properties
|
Improve this Doc
View Source
ColorList
Declaration
ColorList ColorList { get; }
Property Value
|
Improve this Doc
View Source
DimensionStyleList
Declaration
DimensionStyleList DimensionStyleList { get; }
Property Value
|
Improve this Doc
View Source
HatchStyleList
Declaration
HatchStyleList HatchStyleList { get; }
Property Value
|
Improve this Doc
View Source
LayerList
Declaration
LayerList LayerList { get; }
Property Value
|
Improve this Doc
View Source
LinePatternList
Declaration
LinePatternList LinePatternList { get; }
Property Value
|
Improve this Doc
View Source
LineWidthList
Declaration
LineWidthList LineWidthList { get; }
Property Value
|
Improve this Doc
View Source
ListCount
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
StyleList
Declaration
StyleList StyleList { get; }
Property Value
Methods
|
Improve this Doc
View Source
Add(String, IAttributeList)
Declaration
void Add(string KeyName, IAttributeList ToAdd)
Parameters
|
Improve this Doc
View Source
AttributeChanged(IAttributeList, INamedAttribute, ReversibleChange)
Declaration
void AttributeChanged(IAttributeList list, INamedAttribute attribute, ReversibleChange change)
Parameters
|
Improve this Doc
View Source
GetList(String)
Declaration
IAttributeList GetList(string KeyName)
Parameters
| Type |
Name |
Description |
| System.String |
KeyName |
|
Returns
|
Improve this Doc
View Source
List(Int32)
Declaration
IAttributeList List(int KeyIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
KeyIndex |
|
Returns
|
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
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
UpdateList(IAttributeList)
Declaration
void UpdateList(IAttributeList list)
Parameters