Class IfcDoorLiningProperties
Inheritance
System.Object
IfcDoorLiningProperties
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("IfcDoorLiningProperties", 493)]
public class IfcDoorLiningProperties : IfcPropertySetDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IEquatable<IfcPropertySetDefinition>, IIfcDoorLiningProperties, IIfcPreDefinedPropertySet, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IInstantiableEntity, IIfcDoorLiningProperties, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcDoorLiningProperties>, IExpressValidatable
Properties
|
Improve this Doc
View Source
CasingDepth
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
public IfcPositiveLengthMeasure? CasingDepth { get; set; }
Property Value
|
Improve this Doc
View Source
CasingThickness
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
public IfcPositiveLengthMeasure? CasingThickness { get; set; }
Property Value
|
Improve this Doc
View Source
LiningDepth
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveLengthMeasure? LiningDepth { get; set; }
Property Value
|
Improve this Doc
View Source
LiningOffset
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 14)]
public IfcLengthMeasure? LiningOffset { get; set; }
Property Value
|
Improve this Doc
View Source
LiningThickness
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcPositiveLengthMeasure? LiningThickness { get; set; }
Property Value
|
Improve this Doc
View Source
ShapeAspectStyle
Declaration
[EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 18)]
public IfcShapeAspect ShapeAspectStyle { get; set; }
Property Value
|
Improve this Doc
View Source
ThresholdDepth
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcPositiveLengthMeasure? ThresholdDepth { get; set; }
Property Value
|
Improve this Doc
View Source
ThresholdOffset
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcLengthMeasure? ThresholdOffset { get; set; }
Property Value
|
Improve this Doc
View Source
ThresholdThickness
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcPositiveLengthMeasure? ThresholdThickness { get; set; }
Property Value
|
Improve this Doc
View Source
TransomOffset
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcLengthMeasure? TransomOffset { get; set; }
Property Value
|
Improve this Doc
View Source
TransomThickness
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcPositiveLengthMeasure? TransomThickness { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcDoorLiningProperties)
Declaration
public bool Equals(IfcDoorLiningProperties 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(IfcDoorLiningProperties.IfcDoorLiningPropertiesClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcDoorLiningProperties.IfcDoorLiningPropertiesClause 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
IIfcDoorLiningProperties.CasingDepth
Declaration
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.CasingDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.CasingThickness
Declaration
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.CasingThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.LiningDepth
Declaration
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.LiningDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.LiningOffset
Declaration
IfcLengthMeasure? IIfcDoorLiningProperties.LiningOffset { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.LiningThickness
Declaration
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.LiningThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.ShapeAspectStyle
Declaration
IIfcShapeAspect IIfcDoorLiningProperties.ShapeAspectStyle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.ThresholdDepth
Declaration
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.ThresholdDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.ThresholdOffset
Declaration
IfcLengthMeasure? IIfcDoorLiningProperties.ThresholdOffset { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.ThresholdThickness
Declaration
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.ThresholdThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.TransomOffset
Declaration
IfcLengthMeasure? IIfcDoorLiningProperties.TransomOffset { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.TransomThickness
Declaration
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.TransomThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.CasingDepth
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 14)]
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.CasingDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.CasingThickness
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 13)]
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.CasingThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.LiningDepth
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 5)]
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.LiningDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.LiningOffset
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 11)]
IfcLengthMeasure? IIfcDoorLiningProperties.LiningOffset { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.LiningThickness
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 6)]
IfcNonNegativeLengthMeasure? IIfcDoorLiningProperties.LiningThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.LiningToPanelOffsetX
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 16)]
IfcLengthMeasure? IIfcDoorLiningProperties.LiningToPanelOffsetX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.LiningToPanelOffsetY
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 17)]
IfcLengthMeasure? IIfcDoorLiningProperties.LiningToPanelOffsetY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.ShapeAspectStyle
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 15)]
IIfcShapeAspect IIfcDoorLiningProperties.ShapeAspectStyle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.ThresholdDepth
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 7)]
IfcPositiveLengthMeasure? IIfcDoorLiningProperties.ThresholdDepth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.ThresholdOffset
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 12)]
IfcLengthMeasure? IIfcDoorLiningProperties.ThresholdOffset { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.ThresholdThickness
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 8)]
IfcNonNegativeLengthMeasure? IIfcDoorLiningProperties.ThresholdThickness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.TransomOffset
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 10)]
IfcLengthMeasure? IIfcDoorLiningProperties.TransomOffset { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDoorLiningProperties.TransomThickness
Declaration
[CrossSchemaAttribute(typeof(IIfcDoorLiningProperties), 9)]
IfcNonNegativeLengthMeasure? IIfcDoorLiningProperties.TransomThickness { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>