Interface IIfcElectricDistributionPoint
Readonly interface for IfcElectricDistributionPoint
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcElectricDistributionPoint : IIfcFlowController, IIfcDistributionFlowElement, IIfcDistributionElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DistributionPointFunction
Declaration
IfcElectricDistributionPointFunctionEnum DistributionPointFunction { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedFunction
Declaration
IfcLabel? UserDefinedFunction { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|