Class IfcTextStyleForDefinedFont
Inheritance
System.Object
IfcTextStyleForDefinedFont
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("IfcTextStyleForDefinedFont", 611)]
public class IfcTextStyleForDefinedFont : PersistEntity, INotifyPropertyChanged, IIfcTextStyleForDefinedFont, IIfcPresentationItem, IInstantiableEntity, IIfcTextStyleForDefinedFont, IfcCharacterStyleSelect, IIfcCharacterStyleSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTextStyleForDefinedFont>
Properties
|
Improve this Doc
View Source
BackgroundColour
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcColour BackgroundColour { get; set; }
Property Value
|
Improve this Doc
View Source
Colour
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcColour Colour { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTextStyleForDefinedFont)
Declaration
public bool Equals(IfcTextStyleForDefinedFont 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
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcTextStyleForDefinedFont.BackgroundColour
Declaration
IIfcColour IIfcTextStyleForDefinedFont.BackgroundColour { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleForDefinedFont.Colour
Declaration
IIfcColour IIfcTextStyleForDefinedFont.Colour { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleForDefinedFont.BackgroundColour
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleForDefinedFont), 2)]
IIfcColour IIfcTextStyleForDefinedFont.BackgroundColour { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleForDefinedFont.Colour
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleForDefinedFont), 1)]
IIfcColour IIfcTextStyleForDefinedFont.Colour { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>