Search Results for

    Show / Hide Table of Contents

    Class IfcTextStyleTextModel

    Inheritance
    System.Object
    PersistEntity
    IfcTextStyleTextModel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcTextStyleTextModel
    IIfcPresentationItem
    IInstantiableEntity
    IIfcTextStyleTextModel
    IfcTextStyleSelect
    IIfcTextStyleSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcTextStyleTextModel>
    Inherited Members
    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.Ifc2x3.PresentationAppearanceResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcTextStyleTextModel", 581)]
    public class IfcTextStyleTextModel : PersistEntity, INotifyPropertyChanged, IIfcTextStyleTextModel, IIfcPresentationItem, IInstantiableEntity, IIfcTextStyleTextModel, IfcTextStyleSelect, IIfcTextStyleSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTextStyleTextModel>

    Properties

    | Improve this Doc View Source

    LetterSpacing

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

    LineHeight

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

    TextAlign

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

    TextDecoration

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

    TextIndent

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

    TextTransform

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

    WordSpacing

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
    public IfcSizeSelect WordSpacing { get; set; }
    Property Value
    Type Description
    IfcSizeSelect

    Methods

    | Improve this Doc View Source

    Equals(IfcTextStyleTextModel)

    Declaration
    public bool Equals(IfcTextStyleTextModel other)
    Parameters
    Type Name Description
    IfcTextStyleTextModel 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
    PersistEntity.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcTextStyleTextModel.LetterSpacing

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

    IIfcTextStyleTextModel.LineHeight

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

    IIfcTextStyleTextModel.TextAlign

    Declaration
    IfcTextAlignment? IIfcTextStyleTextModel.TextAlign { get; set; }
    Returns
    Type Description
    System.Nullable<IfcTextAlignment>
    | Improve this Doc View Source

    IIfcTextStyleTextModel.TextDecoration

    Declaration
    IfcTextDecoration? IIfcTextStyleTextModel.TextDecoration { get; set; }
    Returns
    Type Description
    System.Nullable<IfcTextDecoration>
    | Improve this Doc View Source

    IIfcTextStyleTextModel.TextIndent

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

    IIfcTextStyleTextModel.TextTransform

    Declaration
    IfcTextTransformation? IIfcTextStyleTextModel.TextTransform { get; set; }
    Returns
    Type Description
    System.Nullable<IfcTextTransformation>
    | Improve this Doc View Source

    IIfcTextStyleTextModel.WordSpacing

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

    IIfcTextStyleTextModel.LetterSpacing

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 4)]
    IIfcSizeSelect IIfcTextStyleTextModel.LetterSpacing { get; set; }
    Returns
    Type Description
    IIfcSizeSelect
    | Improve this Doc View Source

    IIfcTextStyleTextModel.LineHeight

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 7)]
    IIfcSizeSelect IIfcTextStyleTextModel.LineHeight { get; set; }
    Returns
    Type Description
    IIfcSizeSelect
    | Improve this Doc View Source

    IIfcTextStyleTextModel.TextAlign

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 2)]
    IfcTextAlignment? IIfcTextStyleTextModel.TextAlign { get; set; }
    Returns
    Type Description
    System.Nullable<IfcTextAlignment>
    | Improve this Doc View Source

    IIfcTextStyleTextModel.TextDecoration

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 3)]
    IfcTextDecoration? IIfcTextStyleTextModel.TextDecoration { get; set; }
    Returns
    Type Description
    System.Nullable<IfcTextDecoration>
    | Improve this Doc View Source

    IIfcTextStyleTextModel.TextIndent

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 1)]
    IIfcSizeSelect IIfcTextStyleTextModel.TextIndent { get; set; }
    Returns
    Type Description
    IIfcSizeSelect
    | Improve this Doc View Source

    IIfcTextStyleTextModel.TextTransform

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 6)]
    IfcTextTransformation? IIfcTextStyleTextModel.TextTransform { get; set; }
    Returns
    Type Description
    System.Nullable<IfcTextTransformation>
    | Improve this Doc View Source

    IIfcTextStyleTextModel.WordSpacing

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 5)]
    IIfcSizeSelect IIfcTextStyleTextModel.WordSpacing { get; set; }
    Returns
    Type Description
    IIfcSizeSelect

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcTextStyleTextModel
    IIfcPresentationItem
    IInstantiableEntity
    IIfcTextStyleTextModel
    IfcTextStyleSelect
    IIfcTextStyleSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim