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