Search Results for

    Show / Hide Table of Contents

    Struct IfcPropertySetDefinitionSet

    Implements
    IfcPropertySetDefinitionSelect
    IIfcPropertySetDefinitionSelect
    IExpressSelectType
    IExpressComplexType
    IExpressValueType
    IPersist
    System.IEquatable<System.Collections.Generic.List<IfcPropertySetDefinition>>
    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.Ifc4.Kernel
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcPropertySetDefinitionSet", 996)]
    [DefinedType(typeof(List<IfcPropertySetDefinition>))]
    public struct IfcPropertySetDefinitionSet : IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IExpressComplexType, IExpressValueType, IPersist, IEquatable<List<IfcPropertySetDefinition>>

    Constructors

    | Improve this Doc View Source

    IfcPropertySetDefinitionSet(List<IfcPropertySetDefinition>)

    Declaration
    public IfcPropertySetDefinitionSet(List<IfcPropertySetDefinition> val)
    Parameters
    Type Name Description
    System.Collections.Generic.List<IfcPropertySetDefinition> val

    Properties

    | Improve this Doc View Source

    PropertySetDefinitions

    Declaration
    public readonly IEnumerable<IIfcPropertySetDefinition> PropertySetDefinitions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPropertySetDefinition>
    | Improve this Doc View Source

    Value

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

    Methods

    | Improve this Doc View Source

    Add(ref IfcPropertySetDefinitionSet, IfcPropertySetDefinition)

    Declaration
    public static void Add(ref IfcPropertySetDefinitionSet comp, IfcPropertySetDefinition component)
    Parameters
    Type Name Description
    IfcPropertySetDefinitionSet comp
    IfcPropertySetDefinition component
    | Improve this Doc View Source

    Equals(List<IfcPropertySetDefinition>)

    Declaration
    public bool Equals(List<IfcPropertySetDefinition> other)
    Parameters
    Type Name Description
    System.Collections.Generic.List<IfcPropertySetDefinition> 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()

    Operators

    | Improve this Doc View Source

    Equality(IfcPropertySetDefinitionSet, IfcPropertySetDefinitionSet)

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

    Implicit(List<IfcPropertySetDefinition> to IfcPropertySetDefinitionSet)

    Declaration
    public static implicit operator IfcPropertySetDefinitionSet(List<IfcPropertySetDefinition> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<IfcPropertySetDefinition> value
    Returns
    Type Description
    IfcPropertySetDefinitionSet
    | Improve this Doc View Source

    Implicit(IfcPropertySetDefinitionSet to List<IfcPropertySetDefinition>)

    Declaration
    public static implicit operator List<IfcPropertySetDefinition>(IfcPropertySetDefinitionSet obj)
    Parameters
    Type Name Description
    IfcPropertySetDefinitionSet obj
    Returns
    Type Description
    System.Collections.Generic.List<IfcPropertySetDefinition>
    | Improve this Doc View Source

    Inequality(IfcPropertySetDefinitionSet, IfcPropertySetDefinitionSet)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IExpressComplexType.Properties

    Declaration
    readonly IEnumerable<object> IExpressComplexType.Properties { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>
    | 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

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