Search Results for

    Show / Hide Table of Contents

    Class IfcTextStyleFontModel

    Inheritance
    System.Object
    PersistEntity
    IfcPresentationItem
    IfcPreDefinedItem
    IfcPreDefinedTextFont
    IfcTextStyleFontModel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPresentationItem>
    System.IEquatable<IfcPreDefinedItem>
    System.IEquatable<IfcPreDefinedTextFont>
    IInstantiableEntity
    IIfcTextStyleFontModel
    IIfcPreDefinedTextFont
    IIfcPreDefinedItem
    IIfcPresentationItem
    IfcTextFontSelect
    IIfcTextFontSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcTextStyleFontModel>
    IExpressValidatable
    Inherited Members
    IfcPreDefinedTextFont.Equals(IfcPreDefinedTextFont)
    IfcPreDefinedItem.IIfcPreDefinedItem.Name
    IfcPreDefinedItem.Name
    IfcPreDefinedItem.Equals(IfcPreDefinedItem)
    IfcPresentationItem.Equals(IfcPresentationItem)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    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("IfcTextStyleFontModel", 503)]
    public class IfcTextStyleFontModel : IfcPreDefinedTextFont, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IEquatable<IfcPreDefinedItem>, IEquatable<IfcPreDefinedTextFont>, IInstantiableEntity, IIfcTextStyleFontModel, IIfcPreDefinedTextFont, IIfcPreDefinedItem, IIfcPresentationItem, IfcTextFontSelect, IIfcTextFontSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTextStyleFontModel>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    FontFamily

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 2)]
    public IItemSet<IfcTextFontName> FontFamily { get; }
    Property Value
    Type Description
    IItemSet<IfcTextFontName>
    | Improve this Doc View Source

    FontSize

    Declaration
    [EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
    public IfcSizeSelect FontSize { get; set; }
    Property Value
    Type Description
    IfcSizeSelect
    | Improve this Doc View Source

    FontStyle

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcFontStyle? FontStyle { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcFontStyle>
    | Improve this Doc View Source

    FontVariant

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
    public IfcFontVariant? FontVariant { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcFontVariant>
    | Improve this Doc View Source

    FontWeight

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
    public IfcFontWeight? FontWeight { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcFontWeight>

    Methods

    | Improve this Doc View Source

    Equals(IfcTextStyleFontModel)

    Declaration
    public bool Equals(IfcTextStyleFontModel other)
    Parameters
    Type Name Description
    IfcTextStyleFontModel other
    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
    IfcPreDefinedTextFont.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcTextStyleFontModel.IfcTextStyleFontModelClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcTextStyleFontModel.IfcTextStyleFontModelClause clause)
    Parameters
    Type Name Description
    IfcTextStyleFontModel.IfcTextStyleFontModelClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcTextStyleFontModel.FontFamily

    Declaration
    IItemSet<IfcTextFontName> IIfcTextStyleFontModel.FontFamily { get; }
    Returns
    Type Description
    IItemSet<IfcTextFontName>
    | Improve this Doc View Source

    IIfcTextStyleFontModel.FontSize

    Declaration
    IIfcSizeSelect IIfcTextStyleFontModel.FontSize { get; set; }
    Returns
    Type Description
    IIfcSizeSelect
    | Improve this Doc View Source

    IIfcTextStyleFontModel.FontStyle

    Declaration
    IfcFontStyle? IIfcTextStyleFontModel.FontStyle { get; set; }
    Returns
    Type Description
    System.Nullable<IfcFontStyle>
    | Improve this Doc View Source

    IIfcTextStyleFontModel.FontVariant

    Declaration
    IfcFontVariant? IIfcTextStyleFontModel.FontVariant { get; set; }
    Returns
    Type Description
    System.Nullable<IfcFontVariant>
    | Improve this Doc View Source

    IIfcTextStyleFontModel.FontWeight

    Declaration
    IfcFontWeight? IIfcTextStyleFontModel.FontWeight { get; set; }
    Returns
    Type Description
    System.Nullable<IfcFontWeight>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcTextStyleFontModel
    IIfcPreDefinedTextFont
    IIfcPreDefinedItem
    IIfcPresentationItem
    IfcTextFontSelect
    IIfcTextFontSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim