Search Results for

    Show / Hide Table of Contents

    Interface IIfcElectricalBaseProperties

    Readonly interface for IfcElectricalBaseProperties

    Inherited Members
    IIfcEnergyProperties.EnergySequence
    IIfcEnergyProperties.UserDefinedEnergySequence
    IIfcPropertySetDefinition.PropertyDefinitionOf
    IIfcPropertySetDefinition.DefinesType
    IIfcPropertyDefinition.HasAssociations
    IIfcRoot.GlobalId
    IIfcRoot.OwnerHistory
    IIfcRoot.Name
    IIfcRoot.Description
    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 IIfcElectricalBaseProperties : IIfcEnergyProperties, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ElectricCurrentType

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

    FullLoadCurrent

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

    InputFrequency

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

    InputPhase

    Declaration
    long InputPhase { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    InputVoltage

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

    MaximumPowerInput

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

    MinimumCircuitCurrent

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

    RatedPowerInput

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