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
    IContainsEntityReferences
    System.IEquatable<IfcMetric>
    IIfcMetric
    IIfcConstraint
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IPersistEntity
    IExpressSelectType
    IPersist
    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.ClassifiedAs
    IfcConstraint.IIfcConstraint.RelatesConstraints
    IfcConstraint.IIfcConstraint.IsRelatedWith
    IfcConstraint.IIfcConstraint.PropertiesForConstraint
    IfcConstraint.IIfcConstraint.Aggregates
    IfcConstraint.IIfcConstraint.IsAggregatedIn
    IfcConstraint.Name
    IfcConstraint.Description
    IfcConstraint.ConstraintGrade
    IfcConstraint.ConstraintSource
    IfcConstraint.CreatingActor
    IfcConstraint.CreationTime
    IfcConstraint.UserDefinedGrade
    IfcConstraint.ClassifiedAs
    IfcConstraint.RelatesConstraints
    IfcConstraint.IsRelatedWith
    IfcConstraint.PropertiesForConstraint
    IfcConstraint.Aggregates
    IfcConstraint.IsAggregatedIn
    IfcConstraint.Equals(IfcConstraint)
    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.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.Ifc2x3.ConstraintResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcMetric", 80)]
    public class IfcMetric : IfcConstraint, INotifyPropertyChanged, IEquatable<IfcConstraint>, IExpressValidatable, IInstantiableEntity, IIfcMetric, IIfcConstraint, IContainsEntityReferences, IEquatable<IfcMetric>, IIfcMetric, IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IPersistEntity, IExpressSelectType, IPersist

    Properties

    | Improve this Doc View Source

    Benchmark

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

    DataValue

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

    ValueSource

    Declaration
    [EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
    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.ValueSource

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

    IIfcMetric.Benchmark

    Declaration
    [CrossSchemaAttribute(typeof(IIfcMetric), 8)]
    IfcBenchmarkEnum IIfcMetric.Benchmark { get; set; }
    Returns
    Type Description
    IfcBenchmarkEnum
    | Improve this Doc View Source

    IIfcMetric.DataValue

    Declaration
    [CrossSchemaAttribute(typeof(IIfcMetric), 10)]
    IIfcMetricValueSelect IIfcMetric.DataValue { get; set; }
    Returns
    Type Description
    IIfcMetricValueSelect
    | Improve this Doc View Source

    IIfcMetric.ReferencePath

    Declaration
    [CrossSchemaAttribute(typeof(IIfcMetric), 11)]
    IIfcReference IIfcMetric.ReferencePath { get; set; }
    Returns
    Type Description
    IIfcReference
    | Improve this Doc View Source

    IIfcMetric.ValueSource

    Declaration
    [CrossSchemaAttribute(typeof(IIfcMetric), 9)]
    IfcLabel? IIfcMetric.ValueSource { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

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