Search Results for

    Show / Hide Table of Contents

    Class IfcProfileDef

    Inheritance
    System.Object
    PersistEntity
    IfcProfileDef
    IfcArbitraryClosedProfileDef
    IfcArbitraryOpenProfileDef
    IfcCompositeProfileDef
    IfcDerivedProfileDef
    IfcParameterizedProfileDef
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcProfileDef
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcProfileDef>
    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.Ifc4.ProfileResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcProfileDef", 105)]
    public class IfcProfileDef : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcProfileDef>

    Properties

    | Improve this Doc View Source

    HasExternalReference

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

    HasProperties

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

    ProfileName

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

    ProfileType

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

    Methods

    | Improve this Doc View Source

    Equals(IfcProfileDef)

    Declaration
    public bool Equals(IfcProfileDef other)
    Parameters
    Type Name Description
    IfcProfileDef 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[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcProfileDef.HasExternalReference

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcProfileDef.HasExternalReference { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>
    | Improve this Doc View Source

    IIfcProfileDef.HasProperties

    Declaration
    IEnumerable<IIfcProfileProperties> IIfcProfileDef.HasProperties { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcProfileProperties>
    | Improve this Doc View Source

    IIfcProfileDef.ProfileName

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

    IIfcProfileDef.ProfileType

    Declaration
    IfcProfileTypeEnum IIfcProfileDef.ProfileType { get; set; }
    Returns
    Type Description
    IfcProfileTypeEnum

    Implements

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