Interface IIfcEvent
Readonly interface for IfcEvent
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcEvent : IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
EventOccurenceTime
Declaration
IIfcEventTime EventOccurenceTime { get; set; }
Property Value
|
Improve this Doc
View Source
EventTriggerType
Declaration
IfcEventTriggerTypeEnum? EventTriggerType { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcEventTypeEnum? PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedEventTriggerType
Declaration
IfcLabel? UserDefinedEventTriggerType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|