Class IfcExtendedMaterialProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcMaterialProperties>
System.IEquatable<IfcExtendedMaterialProperties>
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.MaterialPropertyResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcExtendedMaterialProperties", 585)]
public class IfcExtendedMaterialProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcExtendedMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcExtendedMaterialProperties>
Properties
| Improve this Doc View SourceDescription
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcText? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<IfcText> |
ExtendedProperties
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 2)]
public IItemSet<IfcProperty> ExtendedProperties { get; }
Property Value
| Type | Description |
|---|---|
| IItemSet<IfcProperty> |
Name
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLabel Name { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcLabel |
Methods
| Improve this Doc View SourceEquals(IfcExtendedMaterialProperties)
Declaration
public bool Equals(IfcExtendedMaterialProperties other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcExtendedMaterialProperties | 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> |
IIfcExtendedMaterialProperties.Description
Declaration
IfcText? IIfcExtendedMaterialProperties.Description { get; set; }
Returns
| Type | Description |
|---|---|
| System.Nullable<IfcText> |
IIfcExtendedMaterialProperties.ExtendedProperties
Declaration
IItemSet<IIfcProperty> IIfcExtendedMaterialProperties.ExtendedProperties { get; }
Returns
| Type | Description |
|---|---|
| IItemSet<IIfcProperty> |
IIfcExtendedMaterialProperties.Name
Declaration
IfcLabel IIfcExtendedMaterialProperties.Name { get; set; }
Returns
| Type | Description |
|---|---|
| IfcLabel |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>