Search Results for

    Show / Hide Table of Contents

    Interface IIfcTextStyleFontModel

    Readonly interface for IfcTextStyleFontModel

    Inherited Members
    IIfcPreDefinedItem.Name
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcTextStyleFontModel : IIfcPreDefinedTextFont, IIfcPreDefinedItem, IIfcPresentationItem, IfcTextFontSelect, IIfcTextFontSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    FontFamily

    Declaration
    IItemSet<IfcTextFontName> FontFamily { get; }
    Property Value
    Type Description
    IItemSet<IfcTextFontName>
    | Improve this Doc View Source

    FontSize

    Declaration
    IIfcSizeSelect FontSize { get; set; }
    Property Value
    Type Description
    IIfcSizeSelect
    | Improve this Doc View Source

    FontStyle

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

    FontVariant

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

    FontWeight

    Declaration
    IfcFontWeight? FontWeight { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcFontWeight>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim