Class IfcColourRgbList
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcColourRgbList>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PresentationAppearanceResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcColourRgbList", 1125)]
public class IfcColourRgbList : IfcPresentationItem, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IInstantiableEntity, IIfcColourRgbList, IIfcPresentationItem, IPersistEntity, IPersist, IEquatable<IfcColourRgbList>
Properties
| Improve this Doc View SourceColourList
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.List, new int[]{1, 3}, new int[]{-1, 3}, 1)]
public IItemSet<IItemSet<IfcNormalisedRatioMeasure>> ColourList { get; }
Property Value
Type | Description |
---|---|
IItemSet<IItemSet<IfcNormalisedRatioMeasure>> |
Methods
| Improve this Doc View SourceEquals(IfcColourRgbList)
Declaration
public bool Equals(IfcColourRgbList other)
Parameters
Type | Name | Description |
---|---|---|
IfcColourRgbList | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIIfcColourRgbList.ColourList
Declaration
IItemSet<IItemSet<IfcNormalisedRatioMeasure>> IIfcColourRgbList.ColourList { get; }
Returns
Type | Description |
---|---|
IItemSet<IItemSet<IfcNormalisedRatioMeasure>> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>