Search Results for

    Show / Hide Table of Contents

    Class IfcPropertySingleValue

    Inheritance
    System.Object
    PersistEntity
    IfcProperty
    IfcSimpleProperty
    IfcPropertySingleValue
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcProperty>
    System.IEquatable<IfcSimpleProperty>
    IIfcPropertySingleValue
    IIfcSimpleProperty
    IIfcProperty
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IInstantiableEntity
    IIfcPropertySingleValue
    IIfcSimpleProperty
    IIfcProperty
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcPropertySingleValue>
    Inherited Members
    IfcSimpleProperty.Equals(IfcSimpleProperty)
    IfcProperty.IIfcProperty.Name
    IfcProperty.IIfcProperty.Description
    IfcProperty.IIfcProperty.PartOfPset
    IfcProperty.IIfcProperty.PropertyForDependance
    IfcProperty.IIfcProperty.PropertyDependsOn
    IfcProperty.IIfcProperty.PartOfComplex
    IfcProperty.IIfcProperty.HasConstraints
    IfcProperty.IIfcProperty.HasApprovals
    IfcProperty.IIfcProperty.Name
    IfcProperty.IIfcProperty.Description
    IfcProperty.IIfcProperty.PropertyForDependance
    IfcProperty.IIfcProperty.PropertyDependsOn
    IfcProperty.IIfcProperty.PartOfComplex
    IfcProperty.Name
    IfcProperty.Description
    IfcProperty.PropertyForDependance
    IfcProperty.PropertyDependsOn
    IfcProperty.PartOfComplex
    IfcProperty.Equals(IfcProperty)
    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.PropertyResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcPropertySingleValue", 628)]
    public class IfcPropertySingleValue : IfcSimpleProperty, INotifyPropertyChanged, IEquatable<IfcProperty>, IEquatable<IfcSimpleProperty>, IIfcPropertySingleValue, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcPropertySingleValue, IIfcSimpleProperty, IIfcProperty, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertySingleValue>

    Properties

    | Improve this Doc View Source

    NominalValue

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

    Unit

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
    public IfcUnit Unit { get; set; }
    Property Value
    Type Description
    IfcUnit

    Methods

    | Improve this Doc View Source

    Equals(IfcPropertySingleValue)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcPropertySingleValue.NominalValue

    Declaration
    IIfcValue IIfcPropertySingleValue.NominalValue { get; set; }
    Returns
    Type Description
    IIfcValue
    | Improve this Doc View Source

    IIfcPropertySingleValue.Unit

    Declaration
    IIfcUnit IIfcPropertySingleValue.Unit { get; set; }
    Returns
    Type Description
    IIfcUnit
    | Improve this Doc View Source

    IIfcPropertyAbstraction.HasExternalReferences

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>
    | Improve this Doc View Source

    IIfcPropertySingleValue.NominalValue

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPropertySingleValue), 3)]
    IIfcValue IIfcPropertySingleValue.NominalValue { get; set; }
    Returns
    Type Description
    IIfcValue
    | Improve this Doc View Source

    IIfcPropertySingleValue.Unit

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPropertySingleValue), 4)]
    IIfcUnit IIfcPropertySingleValue.Unit { get; set; }
    Returns
    Type Description
    IIfcUnit

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    IIfcPropertySingleValue
    IIfcSimpleProperty
    IIfcProperty
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IInstantiableEntity
    IIfcPropertySingleValue
    IIfcSimpleProperty
    IIfcProperty
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim