Search Results for

    Show / Hide Table of Contents

    Interface IIfcPerson

    Readonly interface for IfcPerson

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcPerson : IfcActorSelect, IIfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Addresses

    Declaration
    IItemSet<IIfcAddress> Addresses { get; }
    Property Value
    Type Description
    IItemSet<IIfcAddress>
    | Improve this Doc View Source

    EngagedIn

    Declaration
    IEnumerable<IIfcPersonAndOrganization> EngagedIn { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPersonAndOrganization>
    | Improve this Doc View Source

    FamilyName

    Declaration
    IfcLabel? FamilyName { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    GivenName

    Declaration
    IfcLabel? GivenName { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    Id

    Declaration
    IfcIdentifier? Id { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    MiddleNames

    Declaration
    IItemSet<IfcLabel> MiddleNames { get; }
    Property Value
    Type Description
    IItemSet<IfcLabel>
    | Improve this Doc View Source

    PrefixTitles

    Declaration
    IItemSet<IfcLabel> PrefixTitles { get; }
    Property Value
    Type Description
    IItemSet<IfcLabel>
    | Improve this Doc View Source

    Roles

    Declaration
    IItemSet<IIfcActorRole> Roles { get; }
    Property Value
    Type Description
    IItemSet<IIfcActorRole>
    | Improve this Doc View Source

    SuffixTitles

    Declaration
    IItemSet<IfcLabel> SuffixTitles { get; }
    Property Value
    Type Description
    IItemSet<IfcLabel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim