Search Results for

    Show / Hide Table of Contents

    Class IfcNamedUnit

    Inheritance
    System.Object
    PersistEntity
    IfcNamedUnit
    IfcContextDependentUnit
    IfcConversionBasedUnit
    IfcSIUnit
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcNamedUnit
    IfcUnit
    IIfcNamedUnit
    IfcUnit
    IIfcUnit
    IIfcUnit
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcNamedUnit>
    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("IfcNamedUnit", 93)]
    public abstract class IfcNamedUnit : PersistEntity, INotifyPropertyChanged, IIfcNamedUnit, IfcUnit, IIfcNamedUnit, IfcUnit, IIfcUnit, IIfcUnit, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcNamedUnit>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Dimensions

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
    public virtual IfcDimensionalExponents Dimensions { get; set; }
    Property Value
    Type Description
    IfcDimensionalExponents
    | Improve this Doc View Source

    FullName

    Get the full name of the IfcNamedUnit

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

    string holding full name

    | Improve this Doc View Source

    Symbol

    Get the symbol of the IfcNamedUnit

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

    string holding symbol

    | Improve this Doc View Source

    UnitType

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 2)]
    public IfcUnitEnum UnitType { get; set; }
    Property Value
    Type Description
    IfcUnitEnum

    Methods

    | Improve this Doc View Source

    Equals(IfcNamedUnit)

    Declaration
    public bool Equals(IfcNamedUnit other)
    Parameters
    Type Name Description
    IfcNamedUnit 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(IfcNamedUnit.IfcNamedUnitClause)

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

    Declaration
    public bool ValidateClause(IfcNamedUnit.IfcNamedUnitClause clause)
    Parameters
    Type Name Description
    IfcNamedUnit.IfcNamedUnitClause 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

    IIfcNamedUnit.Dimensions

    Declaration
    IIfcDimensionalExponents IIfcNamedUnit.Dimensions { get; set; }
    Returns
    Type Description
    IIfcDimensionalExponents
    | Improve this Doc View Source

    IIfcNamedUnit.UnitType

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

    IIfcNamedUnit.Dimensions

    Declaration
    [CrossSchemaAttribute(typeof(IIfcNamedUnit), 1)]
    IIfcDimensionalExponents IIfcNamedUnit.Dimensions { get; set; }
    Returns
    Type Description
    IIfcDimensionalExponents
    | Improve this Doc View Source

    IIfcNamedUnit.UnitType

    Declaration
    [CrossSchemaAttribute(typeof(IIfcNamedUnit), 2)]
    IfcUnitEnum IIfcNamedUnit.UnitType { get; set; }
    Returns
    Type Description
    IfcUnitEnum

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcNamedUnit
    IfcUnit
    IIfcNamedUnit
    IfcUnit
    IIfcUnit
    IIfcUnit
    IExpressSelectType
    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