Class IfcMaterialDefinition
Inheritance
System.Object
IfcMaterialDefinition
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.Ifc4.dll
Syntax
[ExpressType("IfcMaterialDefinition", 1203)]
public abstract class IfcMaterialDefinition : PersistEntity, INotifyPropertyChanged, IIfcMaterialDefinition, IfcMaterialSelect, IIfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcMaterialDefinition>
Properties
|
Improve this Doc
View Source
AssociatedTo
Declaration
[InverseProperty("RelatingMaterial")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 1)]
public IEnumerable<IfcRelAssociatesMaterial> AssociatedTo { get; }
Property Value
|
Improve this Doc
View Source
HasExternalReferences
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 2)]
public IEnumerable<IfcExternalReferenceRelationship> HasExternalReferences { get; }
Property Value
|
Improve this Doc
View Source
HasProperties
Declaration
[InverseProperty("Material")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 3)]
public IEnumerable<IfcMaterialProperties> HasProperties { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcMaterialDefinition)
Declaration
public bool Equals(IfcMaterialDefinition 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
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcMaterialDefinition.AssociatedTo
Declaration
IEnumerable<IIfcRelAssociatesMaterial> IIfcMaterialDefinition.AssociatedTo { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterialDefinition.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcMaterialDefinition.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterialDefinition.HasProperties
Declaration
IEnumerable<IIfcMaterialProperties> IIfcMaterialDefinition.HasProperties { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>