Class IfcColourRgb
Inheritance
System.Object
IfcColourRgb
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcColourRgb", 27)]
public class IfcColourRgb : IfcColourSpecification, INotifyPropertyChanged, IEquatable<IfcColourSpecification>, IIfcColourRgb, IIfcColourSpecification, IIfcPresentationItem, IfcColour, IfcFillStyleSelect, IfcColourOrFactor, IIfcColourOrFactor, IInstantiableEntity, IIfcColourRgb, IIfcColourSpecification, IfcColour, IIfcColour, IfcFillStyleSelect, IIfcFillStyleSelect, IfcSymbolStyleSelect, IIfcColour, IIfcFillStyleSelect, IIfcSymbolStyleSelect, IPersistEntity, IfcColourOrFactor, IIfcColourOrFactor, IExpressSelectType, IPersist, IEquatable<IfcColourRgb>
Properties
|
Improve this Doc
View Source
Blue
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcNormalisedRatioMeasure Blue { get; set; }
Property Value
|
Improve this Doc
View Source
Green
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcNormalisedRatioMeasure Green { get; set; }
Property Value
|
Improve this Doc
View Source
Red
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcNormalisedRatioMeasure Red { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcColourRgb)
Declaration
public bool Equals(IfcColourRgb other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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 Source
IIfcColourRgb.Blue
Declaration
IfcNormalisedRatioMeasure IIfcColourRgb.Blue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcColourRgb.Green
Declaration
IfcNormalisedRatioMeasure IIfcColourRgb.Green { get; set; }
Returns
|
Improve this Doc
View Source
IIfcColourRgb.Red
Declaration
IfcNormalisedRatioMeasure IIfcColourRgb.Red { get; set; }
Returns
|
Improve this Doc
View Source
IIfcColourRgb.Blue
Declaration
[CrossSchemaAttribute(typeof(IIfcColourRgb), 4)]
IfcNormalisedRatioMeasure IIfcColourRgb.Blue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcColourRgb.Green
Declaration
[CrossSchemaAttribute(typeof(IIfcColourRgb), 3)]
IfcNormalisedRatioMeasure IIfcColourRgb.Green { get; set; }
Returns
|
Improve this Doc
View Source
IIfcColourRgb.Red
Declaration
[CrossSchemaAttribute(typeof(IIfcColourRgb), 2)]
IfcNormalisedRatioMeasure IIfcColourRgb.Red { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>