Class IfcRelAssociatesConstraint
Inheritance
System.Object
IfcRelAssociatesConstraint
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcRelationship>
System.IEquatable<IfcRelAssociates>
System.IEquatable<IfcRelAssociatesConstraint>
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.ControlExtension
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcRelAssociatesConstraint", 711)]
public class IfcRelAssociatesConstraint : IfcRelAssociates, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcRelationship>, IEquatable<IfcRelAssociates>, IExpressValidatable, IInstantiableEntity, IIfcRelAssociatesConstraint, IIfcRelAssociates, IIfcRelationship, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcRelAssociatesConstraint>, IIfcRelAssociatesConstraint, IIfcRelAssociates, IIfcRelationship, IIfcRoot, IPersistEntity, IPersist
Properties
| Improve this Doc View SourceIntent
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcLabel Intent { get; set; }
Property Value
Type | Description |
---|---|
IfcLabel |
RelatingConstraint
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcConstraint RelatingConstraint { get; set; }
Property Value
Type | Description |
---|---|
IfcConstraint |
Methods
| Improve this Doc View SourceEquals(IfcRelAssociatesConstraint)
Declaration
public bool Equals(IfcRelAssociatesConstraint other)
Parameters
Type | Name | Description |
---|---|---|
IfcRelAssociatesConstraint | 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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcRelAssociatesConstraint.Intent
Declaration
IfcLabel IIfcRelAssociatesConstraint.Intent { get; set; }
Returns
Type | Description |
---|---|
IfcLabel |
IIfcRelAssociatesConstraint.RelatingConstraint
Declaration
IIfcConstraint IIfcRelAssociatesConstraint.RelatingConstraint { get; set; }
Returns
Type | Description |
---|---|
IIfcConstraint |
IIfcRelAssociatesConstraint.Intent
Declaration
[CrossSchemaAttribute(typeof(IIfcRelAssociatesConstraint), 6)]
IfcLabel? IIfcRelAssociatesConstraint.Intent { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcRelAssociatesConstraint.RelatingConstraint
Declaration
[CrossSchemaAttribute(typeof(IIfcRelAssociatesConstraint), 7)]
IIfcConstraint IIfcRelAssociatesConstraint.RelatingConstraint { get; set; }
Returns
Type | Description |
---|---|
IIfcConstraint |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>