Search Results for

    Show / Hide Table of Contents

    Class IfcDerivedUnit

    Inheritance
    System.Object
    PersistEntity
    IfcDerivedUnit
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcDerivedUnit
    IfcUnit
    IInstantiableEntity
    IIfcDerivedUnit
    IfcUnit
    IIfcUnit
    IIfcUnit
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcDerivedUnit>
    IExpressValidatable
    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.MeasureResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcDerivedUnit", 630)]
    public class IfcDerivedUnit : PersistEntity, INotifyPropertyChanged, IIfcDerivedUnit, IfcUnit, IInstantiableEntity, IIfcDerivedUnit, IfcUnit, IIfcUnit, IIfcUnit, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcDerivedUnit>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Dimensions

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
    public XbimDimensionalExponents Dimensions { get; }
    Property Value
    Type Description
    XbimDimensionalExponents
    | Improve this Doc View Source

    Elements

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 1)]
    public IItemSet<IfcDerivedUnitElement> Elements { get; }
    Property Value
    Type Description
    IItemSet<IfcDerivedUnitElement>
    | Improve this Doc View Source

    FullName

    Get the full name of the IfcDerivedUnit

    Declaration
    public string FullName { get; }
    Property Value
    Type Description
    System.String

    string holding full name

    | Improve this Doc View Source

    UnitType

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 2)]
    public IfcDerivedUnitEnum UnitType { get; set; }
    Property Value
    Type Description
    IfcDerivedUnitEnum
    | Improve this Doc View Source

    UserDefinedType

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcLabel? UserDefinedType { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>

    Methods

    | Improve this Doc View Source

    Equals(IfcDerivedUnit)

    Declaration
    public bool Equals(IfcDerivedUnit other)
    Parameters
    Type Name Description
    IfcDerivedUnit 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[])
    | Improve this Doc View Source

    Validate()

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

    ValidateClause(IfcDerivedUnit.IfcDerivedUnitClause)

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

    Declaration
    public bool ValidateClause(IfcDerivedUnit.IfcDerivedUnitClause clause)
    Parameters
    Type Name Description
    IfcDerivedUnit.IfcDerivedUnitClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    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

    IIfcDerivedUnit.Elements

    Declaration
    IItemSet<IIfcDerivedUnitElement> IIfcDerivedUnit.Elements { get; }
    Returns
    Type Description
    IItemSet<IIfcDerivedUnitElement>
    | Improve this Doc View Source

    IIfcDerivedUnit.UnitType

    Declaration
    IfcDerivedUnitEnum IIfcDerivedUnit.UnitType { get; set; }
    Returns
    Type Description
    IfcDerivedUnitEnum
    | Improve this Doc View Source

    IIfcDerivedUnit.UserDefinedType

    Declaration
    IfcLabel? IIfcDerivedUnit.UserDefinedType { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcDerivedUnit.Dimensions

    Declaration
    XbimDimensionalExponents IIfcDerivedUnit.Dimensions { get; }
    Returns
    Type Description
    XbimDimensionalExponents
    | Improve this Doc View Source

    IIfcDerivedUnit.Elements

    Declaration
    [CrossSchemaAttribute(typeof(IIfcDerivedUnit), 1)]
    IItemSet<IIfcDerivedUnitElement> IIfcDerivedUnit.Elements { get; }
    Returns
    Type Description
    IItemSet<IIfcDerivedUnitElement>
    | Improve this Doc View Source

    IIfcDerivedUnit.UnitType

    Declaration
    [CrossSchemaAttribute(typeof(IIfcDerivedUnit), 2)]
    IfcDerivedUnitEnum IIfcDerivedUnit.UnitType { get; set; }
    Returns
    Type Description
    IfcDerivedUnitEnum
    | Improve this Doc View Source

    IIfcDerivedUnit.UserDefinedType

    Declaration
    [CrossSchemaAttribute(typeof(IIfcDerivedUnit), 3)]
    IfcLabel? IIfcDerivedUnit.UserDefinedType { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcDerivedUnit
    IfcUnit
    IInstantiableEntity
    IIfcDerivedUnit
    IfcUnit
    IIfcUnit
    IIfcUnit
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable

    Extension Methods

    UnitExtensions.Name(IfcUnit)
    UnitExtensions.Symbol(IfcUnit)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim