Class IfcMaterial
Inheritance
System.Object
IfcMaterial
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("IfcMaterial", 94)]
public class IfcMaterial : IfcMaterialDefinition, INotifyPropertyChanged, IEquatable<IfcMaterialDefinition>, IInstantiableEntity, IIfcMaterial, IIfcMaterialDefinition, IfcMaterialSelect, IIfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcMaterial>
Properties
|
Improve this Doc
View Source
Category
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcLabel? Category { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
HasRepresentation
Declaration
[InverseProperty("RepresentedMaterial")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 7)]
public IEnumerable<IfcMaterialDefinitionRepresentation> HasRepresentation { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[InverseProperty("RelatedMaterials")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcMaterialRelationship> IsRelatedWith { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
RelatesTo
Declaration
[InverseProperty("RelatingMaterial")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 9)]
public IEnumerable<IfcMaterialRelationship> RelatesTo { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcMaterial)
Declaration
public bool Equals(IfcMaterial 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
IIfcMaterial.Category
Declaration
IfcLabel? IIfcMaterial.Category { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcMaterial.Description
Declaration
IfcText? IIfcMaterial.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcMaterial.HasRepresentation
Declaration
IEnumerable<IIfcMaterialDefinitionRepresentation> IIfcMaterial.HasRepresentation { get; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcMaterialRelationship> IIfcMaterial.IsRelatedWith { get; }
Returns
|
Improve this Doc
View Source
IIfcMaterial.Name
Declaration
IfcLabel IIfcMaterial.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMaterial.RelatesTo
Declaration
IEnumerable<IIfcMaterialRelationship> IIfcMaterial.RelatesTo { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>