Search Results for

    Show / Hide Table of Contents

    Struct IfcTextDecoration

    Implements
    IExpressValueType
    IPersist
    IExpressStringType
    System.IEquatable<System.String>
    IExpressValidatable
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.Ifc4.PresentationAppearanceResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcTextDecoration", 582)]
    [DefinedType(typeof(string))]
    public struct IfcTextDecoration : IExpressValueType, IPersist, IExpressStringType, IEquatable<string>, IExpressValidatable

    Constructors

    | Improve this Doc View Source

    IfcTextDecoration(String)

    Declaration
    public IfcTextDecoration(string val)
    Parameters
    Type Name Description
    System.String val

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public readonly object Value { get; }
    Property Value
    Type Description
    System.Object

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)
    | Improve this Doc View Source

    Equals(String)

    Declaration
    public bool Equals(string other)
    Parameters
    Type Name Description
    System.String other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    | Improve this Doc View Source

    Validate()

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

    ValidateClause(IfcTextDecoration.IfcTextDecorationClause)

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

    Declaration
    public bool ValidateClause(IfcTextDecoration.IfcTextDecorationClause clause)
    Parameters
    Type Name Description
    IfcTextDecoration.IfcTextDecorationClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Operators

    | Improve this Doc View Source

    Equality(IfcTextDecoration, IfcTextDecoration)

    Declaration
    public static bool operator ==(IfcTextDecoration obj1, IfcTextDecoration obj2)
    Parameters
    Type Name Description
    IfcTextDecoration obj1
    IfcTextDecoration obj2
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Implicit(String to IfcTextDecoration)

    Declaration
    public static implicit operator IfcTextDecoration(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    IfcTextDecoration
    | Improve this Doc View Source

    Implicit(IfcTextDecoration to String)

    Declaration
    public static implicit operator string (IfcTextDecoration obj)
    Parameters
    Type Name Description
    IfcTextDecoration obj
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Inequality(IfcTextDecoration, IfcTextDecoration)

    Declaration
    public static bool operator !=(IfcTextDecoration obj1, IfcTextDecoration obj2)
    Parameters
    Type Name Description
    IfcTextDecoration obj1
    IfcTextDecoration obj2
    Returns
    Type Description
    System.Boolean

    Explicit Interface Implementations

    | Improve this Doc View Source

    IExpressStringType.Value

    Declaration
    readonly string IExpressStringType.Value { get; }
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    IExpressValueType.UnderlyingSystemType

    Declaration
    readonly Type IExpressValueType.UnderlyingSystemType { get; }
    Returns
    Type Description
    System.Type
    | Improve this Doc View Source

    IPersist.Parse(Int32, IPropertyValue, Int32[])

    Declaration
    void IPersist.Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex

    Implements

    IExpressValueType
    IPersist
    IExpressStringType
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim