Search Results for

    Show / Hide Table of Contents

    Struct IfcTimeMeasure

    Implements
    IfcMeasureValue
    IfcValue
    IfcAppliedValueSelect
    IfcMetricValueSelect
    IIfcMeasureValue
    IIfcValue
    IIfcAppliedValueSelect
    IIfcMetricValueSelect
    IExpressSelectType
    IExpressValueType
    IPersist
    IExpressRealType
    System.IEquatable<System.Double>
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.Ifc4.MeasureResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcTimeMeasure", 6)]
    [DefinedType(typeof(double))]
    public struct IfcTimeMeasure : IfcMeasureValue, IfcValue, IfcAppliedValueSelect, IfcMetricValueSelect, IIfcMeasureValue, IIfcValue, IIfcAppliedValueSelect, IIfcMetricValueSelect, IExpressSelectType, IExpressValueType, IPersist, IExpressRealType, IEquatable<double>

    Constructors

    | Improve this Doc View Source

    IfcTimeMeasure(Double)

    Declaration
    public IfcTimeMeasure(double val)
    Parameters
    Type Name Description
    System.Double val
    | Improve this Doc View Source

    IfcTimeMeasure(String)

    Declaration
    public IfcTimeMeasure(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(Double)

    Declaration
    public bool Equals(double other)
    Parameters
    Type Name Description
    System.Double other
    Returns
    Type Description
    System.Boolean
    | 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

    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()

    Operators

    | Improve this Doc View Source

    Equality(IfcTimeMeasure, IfcTimeMeasure)

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

    Implicit(Double to IfcTimeMeasure)

    Declaration
    public static implicit operator IfcTimeMeasure(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    IfcTimeMeasure
    | Improve this Doc View Source

    Implicit(IfcTimeMeasure to Double)

    Declaration
    public static implicit operator double (IfcTimeMeasure obj)
    Parameters
    Type Name Description
    IfcTimeMeasure obj
    Returns
    Type Description
    System.Double
    | Improve this Doc View Source

    Inequality(IfcTimeMeasure, IfcTimeMeasure)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IExpressRealType.Value

    Declaration
    readonly double IExpressRealType.Value { get; }
    Returns
    Type Description
    System.Double
    | 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

    IfcMeasureValue
    IfcValue
    IfcAppliedValueSelect
    IfcMetricValueSelect
    IIfcMeasureValue
    IIfcValue
    IIfcAppliedValueSelect
    IIfcMetricValueSelect
    IExpressSelectType
    IExpressValueType
    IPersist
    IExpressRealType
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim