Class IfcCompositeProfileDef
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcProfileDef>
System.IEquatable<IfcCompositeProfileDef>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.ProfileResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcCompositeProfileDef", 172)]
public class IfcCompositeProfileDef : IfcProfileDef, INotifyPropertyChanged, IEquatable<IfcProfileDef>, IIfcCompositeProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcCompositeProfileDef, IIfcProfileDef, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCompositeProfileDef>, IExpressValidatable
Properties
| Improve this Doc View SourceLabel
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLabel? Label { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Profiles
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{2}, new int[]{-1}, 3)]
public IItemSet<IfcProfileDef> Profiles { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcProfileDef> |
Methods
| Improve this Doc View SourceEquals(IfcCompositeProfileDef)
Declaration
public bool Equals(IfcCompositeProfileDef other)
Parameters
Type | Name | Description |
---|---|---|
IfcCompositeProfileDef | 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
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcCompositeProfileDef.IfcCompositeProfileDefClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcCompositeProfileDef.IfcCompositeProfileDefClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcCompositeProfileDef.IfcCompositeProfileDefClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcCompositeProfileDef.Label
Declaration
IfcLabel? IIfcCompositeProfileDef.Label { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcCompositeProfileDef.Profiles
Declaration
IItemSet<IIfcProfileDef> IIfcCompositeProfileDef.Profiles { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcProfileDef> |
IIfcCompositeProfileDef.Label
Declaration
[CrossSchemaAttribute(typeof(IIfcCompositeProfileDef), 4)]
IfcLabel? IIfcCompositeProfileDef.Label { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcCompositeProfileDef.Profiles
Declaration
[CrossSchemaAttribute(typeof(IIfcCompositeProfileDef), 3)]
IItemSet<IIfcProfileDef> IIfcCompositeProfileDef.Profiles { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcProfileDef> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>