Search Results for

    Show / Hide Table of Contents

    Class IfcProcess

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcObject
    IfcProcess
    IfcProcedure
    IfcTask
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcObjectDefinition>
    System.IEquatable<IfcObject>
    IExpressValidatable
    IIfcProcess
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IfcProcessSelect
    IIfcProcessSelect
    IExpressSelectType
    IIfcProcess
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IPersistEntity
    IPersist
    System.IEquatable<IfcProcess>
    Inherited Members
    IfcObject.IIfcObject.ObjectType
    IfcObject.IIfcObject.IsDeclaredBy
    IfcObject.IIfcObject.Declares
    IfcObject.IIfcObject.IsTypedBy
    IfcObject.IIfcObject.IsDefinedBy
    IfcObject.IIfcObject.ObjectType
    IfcObject.IIfcObject.IsDefinedBy
    IfcObject.ObjectType
    IfcObject.IsDefinedBy
    IfcObject.Equals(IfcObject)
    IfcObject.IsDefinedByProperties
    IfcObject.IsTypedBy
    IfcObject.AddDefiningType(IfcTypeObject)
    IfcObject.AddPropertySet(IfcPropertySet)
    IfcObject.GetPropertySet(String, Boolean)
    IfcObject.GetPropertySingleValue(String, String)
    IfcObject.GetPropertySingleValue<TValueType>(String, String)
    IfcObject.GetPropertySingleNominalValue(String, String)
    IfcObject.PropertySets
    IfcObject.SetPropertySingleValue(String, String, Type)
    IfcObject.SetPropertySingleValue(String, String, IfcValue)
    IfcObject.GetExternalElements(IModel)
    IfcObject.GetElementQuantity(String, Boolean)
    IfcObject.ElementQuantities
    IfcObject.PhysicalSimpleQuantities
    IfcObject.GetQuantity<TQType>(String, String)
    IfcObject.GetQuantity<TQType>(String)
    IfcObject.AddQuantity(String, IfcPhysicalQuantity, String)
    IfcObject.AddQuantity(String, IfcPhysicalQuantity)
    IfcObject.GetElementPhysicalSimpleQuantity(String, String)
    IfcObject.SetElementPhysicalSimpleQuantity(String, String, Double, XbimQuantityTypeEnum, IfcNamedUnit)
    IfcObject.ValidateClause(IfcObject.IfcObjectClause)
    IfcObject.Validate()
    IfcObjectDefinition.IIfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IIfcObjectDefinition.Nests
    IfcObjectDefinition.IIfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.IIfcObjectDefinition.HasContext
    IfcObjectDefinition.IIfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.IIfcObjectDefinition.Decomposes
    IfcObjectDefinition.IIfcObjectDefinition.HasAssociations
    IfcObjectDefinition.Item[String]
    IfcObjectDefinition.IIfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IIfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.IIfcObjectDefinition.Decomposes
    IfcObjectDefinition.IIfcObjectDefinition.HasAssociations
    IfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.Decomposes
    IfcObjectDefinition.HasAssociations
    IfcObjectDefinition.Equals(IfcObjectDefinition)
    IfcObjectDefinition.Material
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    IfcRoot.FriendlyName
    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.Kernel
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcProcess", 73)]
    public abstract class IfcProcess : IfcObject, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist, IEquatable<IfcProcess>

    Properties

    | Improve this Doc View Source

    IsPredecessorTo

    Declaration
    [InverseProperty("RelatingProcess")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 13)]
    public IEnumerable<IfcRelSequence> IsPredecessorTo { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelSequence>
    | Improve this Doc View Source

    IsSuccessorFrom

    Declaration
    [InverseProperty("RelatedProcess")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 12)]
    public IEnumerable<IfcRelSequence> IsSuccessorFrom { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelSequence>
    | Improve this Doc View Source

    OperatesOn

    Declaration
    [InverseProperty("RelatingProcess")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 11)]
    public IEnumerable<IfcRelAssignsToProcess> OperatesOn { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelAssignsToProcess>

    Methods

    | Improve this Doc View Source

    Equals(IfcProcess)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcProcess.IsPredecessorTo

    Declaration
    IEnumerable<IIfcRelSequence> IIfcProcess.IsPredecessorTo { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelSequence>
    | Improve this Doc View Source

    IIfcProcess.IsSuccessorFrom

    Declaration
    IEnumerable<IIfcRelSequence> IIfcProcess.IsSuccessorFrom { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelSequence>
    | Improve this Doc View Source

    IIfcProcess.OperatesOn

    Declaration
    IEnumerable<IIfcRelAssignsToProcess> IIfcProcess.OperatesOn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssignsToProcess>
    | Improve this Doc View Source

    IIfcProcess.Identification

    Declaration
    [CrossSchemaAttribute(typeof(IIfcProcess), 6)]
    IfcIdentifier? IIfcProcess.Identification { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IIfcProcess.IsPredecessorTo

    Declaration
    IEnumerable<IIfcRelSequence> IIfcProcess.IsPredecessorTo { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelSequence>
    | Improve this Doc View Source

    IIfcProcess.IsSuccessorFrom

    Declaration
    IEnumerable<IIfcRelSequence> IIfcProcess.IsSuccessorFrom { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelSequence>
    | Improve this Doc View Source

    IIfcProcess.LongDescription

    Declaration
    [CrossSchemaAttribute(typeof(IIfcProcess), 7)]
    IfcText? IIfcProcess.LongDescription { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcProcess.OperatesOn

    Declaration
    IEnumerable<IIfcRelAssignsToProcess> IIfcProcess.OperatesOn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssignsToProcess>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IExpressValidatable
    IIfcProcess
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IfcProcessSelect
    IIfcProcessSelect
    IExpressSelectType
    IIfcProcess
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim