Class IfcDoorPanelProperties
Inheritance
System.Object
IfcDoorPanelProperties
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcDoorPanelProperties", 602)]
public class IfcDoorPanelProperties : IfcPropertySetDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IEquatable<IfcPropertySetDefinition>, IIfcDoorPanelProperties, IIfcPreDefinedPropertySet, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IInstantiableEntity, IIfcDoorPanelProperties, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcDoorPanelProperties>, IExpressValidatable
Properties
|
Improve this Doc
View Source
PanelDepth
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure? PanelDepth { get; set; }
Property Value
|
Improve this Doc
View Source
PanelOperation
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 9)]
public IfcDoorPanelOperationEnum PanelOperation { get; set; }
Property Value
|
Improve this Doc
View Source
PanelPosition
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 11)]
public IfcDoorPanelPositionEnum PanelPosition { get; set; }
Property Value
|
Improve this Doc
View Source
PanelWidth
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcNormalisedRatioMeasure? PanelWidth { get; set; }
Property Value
|
Improve this Doc
View Source
ShapeAspectStyle
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
public IfcShapeAspect ShapeAspectStyle { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcDoorPanelProperties)
Declaration
public bool Equals(IfcDoorPanelProperties other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcDoorPanelProperties.IfcDoorPanelPropertiesClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcDoorPanelProperties.IfcDoorPanelPropertiesClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcDoorPanelProperties.PanelDepth
Declaration
IfcPositiveLengthMeasure? IIfcDoorPanelProperties.PanelDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.PanelOperation
Declaration
IfcDoorPanelOperationEnum IIfcDoorPanelProperties.PanelOperation { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.PanelPosition
Declaration
IfcDoorPanelPositionEnum IIfcDoorPanelProperties.PanelPosition { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.PanelWidth
Declaration
IfcNormalisedRatioMeasure? IIfcDoorPanelProperties.PanelWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.ShapeAspectStyle
Declaration
IIfcShapeAspect IIfcDoorPanelProperties.ShapeAspectStyle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.PanelDepth
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorPanelProperties), 5)]
IfcPositiveLengthMeasure? IIfcDoorPanelProperties.PanelDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.PanelOperation
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorPanelProperties), 6)]
IfcDoorPanelOperationEnum IIfcDoorPanelProperties.PanelOperation { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.PanelPosition
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorPanelProperties), 8)]
IfcDoorPanelPositionEnum IIfcDoorPanelProperties.PanelPosition { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.PanelWidth
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorPanelProperties), 7)]
IfcNormalisedRatioMeasure? IIfcDoorPanelProperties.PanelWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorPanelProperties.ShapeAspectStyle
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorPanelProperties), 9)]
IIfcShapeAspect IIfcDoorPanelProperties.ShapeAspectStyle { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>