Interface IIfcEventType
Readonly interface for IfcEventType
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcEventType : IIfcTypeProcess, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
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> |
|