Search Results for

    Show / Hide Table of Contents

    Class IfcSectionProperties

    Inheritance
    System.Object
    PersistEntity
    IfcSectionProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcSectionProperties
    IIfcPreDefinedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IInstantiableEntity
    IIfcSectionProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcSectionProperties>
    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.Ifc2x3.ProfilePropertyResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcSectionProperties", 184)]
    public class IfcSectionProperties : PersistEntity, INotifyPropertyChanged, IIfcSectionProperties, IIfcPreDefinedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcSectionProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSectionProperties>

    Properties

    | Improve this Doc View Source

    EndProfile

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

    SectionType

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

    StartProfile

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
    public IfcProfileDef StartProfile { get; set; }
    Property Value
    Type Description
    IfcProfileDef

    Methods

    | Improve this Doc View Source

    Equals(IfcSectionProperties)

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

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcSectionProperties.EndProfile

    Declaration
    IIfcProfileDef IIfcSectionProperties.EndProfile { get; set; }
    Returns
    Type Description
    IIfcProfileDef
    | Improve this Doc View Source

    IIfcSectionProperties.SectionType

    Declaration
    IfcSectionTypeEnum IIfcSectionProperties.SectionType { get; set; }
    Returns
    Type Description
    IfcSectionTypeEnum
    | Improve this Doc View Source

    IIfcSectionProperties.StartProfile

    Declaration
    IIfcProfileDef IIfcSectionProperties.StartProfile { get; set; }
    Returns
    Type Description
    IIfcProfileDef
    | Improve this Doc View Source

    IIfcPropertyAbstraction.HasExternalReferences

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

    IIfcSectionProperties.EndProfile

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSectionProperties), 3)]
    IIfcProfileDef IIfcSectionProperties.EndProfile { get; set; }
    Returns
    Type Description
    IIfcProfileDef
    | Improve this Doc View Source

    IIfcSectionProperties.SectionType

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSectionProperties), 1)]
    IfcSectionTypeEnum IIfcSectionProperties.SectionType { get; set; }
    Returns
    Type Description
    IfcSectionTypeEnum
    | Improve this Doc View Source

    IIfcSectionProperties.StartProfile

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSectionProperties), 2)]
    IIfcProfileDef IIfcSectionProperties.StartProfile { get; set; }
    Returns
    Type Description
    IIfcProfileDef

    Implements

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