Class IfcControl
Inheritance
System.Object
IfcControl
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcControl>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.Kernel
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcControl", 76)]
public abstract class IfcControl : IfcObject, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcControl>
Properties
| Improve this Doc View SourceControls
Declaration
[InverseProperty("RelatingControl")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 18)]
public IEnumerable<IfcRelAssignsToControl> Controls { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcRelAssignsToControl> |
Identification
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
public IfcIdentifier? Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
Methods
| Improve this Doc View SourceEquals(IfcControl)
Declaration
public bool Equals(IfcControl other)
Parameters
Type | Name | Description |
---|---|---|
IfcControl | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIIfcControl.Controls
Declaration
IEnumerable<IIfcRelAssignsToControl> IIfcControl.Controls { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelAssignsToControl> |
IIfcControl.Identification
Declaration
IfcIdentifier? IIfcControl.Identification { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>