Search Results for

    Show / Hide Table of Contents

    Class IfcSIUnit

    Inheritance
    System.Object
    PersistEntity
    IfcNamedUnit
    IfcSIUnit
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcNamedUnit>
    IExpressValidatable
    IIfcSIUnit
    IIfcNamedUnit
    IfcUnit
    IInstantiableEntity
    IIfcSIUnit
    IIfcNamedUnit
    IfcUnit
    IIfcUnit
    IIfcUnit
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcSIUnit>
    Inherited Members
    IfcNamedUnit.IIfcNamedUnit.Dimensions
    IfcNamedUnit.IIfcNamedUnit.UnitType
    IfcNamedUnit.IIfcNamedUnit.Dimensions
    IfcNamedUnit.IIfcNamedUnit.UnitType
    IfcNamedUnit.UnitType
    IfcNamedUnit.Equals(IfcNamedUnit)
    IfcNamedUnit.ValidateClause(IfcNamedUnit.IfcNamedUnitClause)
    IfcNamedUnit.Validate()
    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("IfcSIUnit", 164)]
    public class IfcSIUnit : IfcNamedUnit, INotifyPropertyChanged, IEquatable<IfcNamedUnit>, IExpressValidatable, IIfcSIUnit, IIfcNamedUnit, IfcUnit, IInstantiableEntity, IIfcSIUnit, IIfcNamedUnit, IfcUnit, IIfcUnit, IIfcUnit, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcSIUnit>

    Properties

    | Improve this Doc View Source

    Dimensions

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

    FullName

    Returns the full name of the unit

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

    string holding name

    | Improve this Doc View Source

    Name

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

    Power

    returns the power of the SIUnit prefix, i.e. MILLI = 0.001, if undefined returns 1.0

    Declaration
    public double Power { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Prefix

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 3)]
    public IfcSIPrefix? Prefix { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSIPrefix>
    | Improve this Doc View Source

    Symbol

    Get Symbol string for SIUnit unit

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

    String holding symbol

    Methods

    | Improve this Doc View Source

    Equals(IfcSIUnit)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcSIUnit.Name

    Declaration
    IfcSIUnitName IIfcSIUnit.Name { get; set; }
    Returns
    Type Description
    IfcSIUnitName
    | Improve this Doc View Source

    IIfcSIUnit.Prefix

    Declaration
    IfcSIPrefix? IIfcSIUnit.Prefix { get; set; }
    Returns
    Type Description
    System.Nullable<IfcSIPrefix>
    | Improve this Doc View Source

    IIfcSIUnit.Name

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSIUnit), 4)]
    IfcSIUnitName IIfcSIUnit.Name { get; set; }
    Returns
    Type Description
    IfcSIUnitName
    | Improve this Doc View Source

    IIfcSIUnit.Prefix

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSIUnit), 3)]
    IfcSIPrefix? IIfcSIUnit.Prefix { get; set; }
    Returns
    Type Description
    System.Nullable<IfcSIPrefix>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IExpressValidatable
    IIfcSIUnit
    IIfcNamedUnit
    IfcUnit
    IInstantiableEntity
    IIfcSIUnit
    IIfcNamedUnit
    IfcUnit
    IIfcUnit
    IIfcUnit
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>

    Extension Methods

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