Class IfcStructuralLoadConfiguration
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcStructuralLoad>
System.IEquatable<IfcStructuralLoadConfiguration>
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.StructuralLoadResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcStructuralLoadConfiguration", 1282)]
public class IfcStructuralLoadConfiguration : IfcStructuralLoad, INotifyPropertyChanged, IEquatable<IfcStructuralLoad>, IInstantiableEntity, IIfcStructuralLoadConfiguration, IIfcStructuralLoad, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcStructuralLoadConfiguration>, IExpressValidatable
Properties
| Improve this Doc View SourceLocations
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.List, new int[]{1, 1}, new int[]{-1, 2}, 3)]
public IOptionalItemSet<IItemSet<IfcLengthMeasure>> Locations { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IItemSet<IfcLengthMeasure>> |
Values
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 2)]
public IItemSet<IfcStructuralLoadOrResult> Values { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcStructuralLoadOrResult> |
Methods
| Improve this Doc View SourceEquals(IfcStructuralLoadConfiguration)
Declaration
public bool Equals(IfcStructuralLoadConfiguration other)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadConfiguration | 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(IfcStructuralLoadConfiguration.IfcStructuralLoadConfigurationClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcStructuralLoadConfiguration.IfcStructuralLoadConfigurationClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadConfiguration.IfcStructuralLoadConfigurationClause | 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> |
IIfcStructuralLoadConfiguration.Locations
Declaration
IItemSet<IItemSet<IfcLengthMeasure>> IIfcStructuralLoadConfiguration.Locations { get; }
Returns
Type | Description |
---|---|
IItemSet<IItemSet<IfcLengthMeasure>> |
IIfcStructuralLoadConfiguration.Values
Declaration
IItemSet<IIfcStructuralLoadOrResult> IIfcStructuralLoadConfiguration.Values { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcStructuralLoadOrResult> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>