Search Results for

    Show / Hide Table of Contents

    Interface IIfcClassification

    Readonly interface for IfcClassification

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcClassification : IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcClassificationReferenceSelect, IIfcClassificationReferenceSelect, IfcClassificationSelect, IIfcClassificationSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ClassificationForObjects

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

    Description

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

    Edition

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

    EditionDate

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

    HasReferences

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

    Location

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

    Name

    Declaration
    IfcLabel Name { get; set; }
    Property Value
    Type Description
    IfcLabel
    | Improve this Doc View Source

    ReferenceTokens

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

    Source

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