Search Results for

    Show / Hide Table of Contents

    Class IfcMetric

    Inheritance
    System.Object
    PersistEntity
    IfcConstraint
    IfcMetric
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcConstraint>
    IExpressValidatable
    IInstantiableEntity
    IIfcMetric
    IIfcConstraint
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcMetric>
    Inherited Members
    IfcConstraint.IIfcConstraint.Name
    IfcConstraint.IIfcConstraint.Description
    IfcConstraint.IIfcConstraint.ConstraintGrade
    IfcConstraint.IIfcConstraint.ConstraintSource
    IfcConstraint.IIfcConstraint.CreatingActor
    IfcConstraint.IIfcConstraint.CreationTime
    IfcConstraint.IIfcConstraint.UserDefinedGrade
    IfcConstraint.IIfcConstraint.HasExternalReferences
    IfcConstraint.IIfcConstraint.PropertiesForConstraint
    IfcConstraint.Name
    IfcConstraint.Description
    IfcConstraint.ConstraintGrade
    IfcConstraint.ConstraintSource
    IfcConstraint.CreatingActor
    IfcConstraint.CreationTime
    IfcConstraint.UserDefinedGrade
    IfcConstraint.HasExternalReferences
    IfcConstraint.PropertiesForConstraint
    IfcConstraint.Equals(IfcConstraint)
    IfcConstraint.ValidateClause(IfcConstraint.IfcConstraintClause)
    IfcConstraint.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.Ifc4.ConstraintResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcMetric", 80)]
    public class IfcMetric : IfcConstraint, INotifyPropertyChanged, IEquatable<IfcConstraint>, IExpressValidatable, IInstantiableEntity, IIfcMetric, IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMetric>

    Properties

    | Improve this Doc View Source

    Benchmark

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

    DataValue

    Declaration
    [EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
    public IfcMetricValueSelect DataValue { get; set; }
    Property Value
    Type Description
    IfcMetricValueSelect
    | Improve this Doc View Source

    ReferencePath

    Declaration
    [EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 13)]
    public IfcReference ReferencePath { get; set; }
    Property Value
    Type Description
    IfcReference
    | Improve this Doc View Source

    ValueSource

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

    Methods

    | Improve this Doc View Source

    Equals(IfcMetric)

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

    IIfcMetric.Benchmark

    Declaration
    IfcBenchmarkEnum IIfcMetric.Benchmark { get; set; }
    Returns
    Type Description
    IfcBenchmarkEnum
    | Improve this Doc View Source

    IIfcMetric.DataValue

    Declaration
    IIfcMetricValueSelect IIfcMetric.DataValue { get; set; }
    Returns
    Type Description
    IIfcMetricValueSelect
    | Improve this Doc View Source

    IIfcMetric.ReferencePath

    Declaration
    IIfcReference IIfcMetric.ReferencePath { get; set; }
    Returns
    Type Description
    IIfcReference
    | Improve this Doc View Source

    IIfcMetric.ValueSource

    Declaration
    IfcLabel? IIfcMetric.ValueSource { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

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