Class IfcMaterialProperties
Inheritance
System.Object
IfcMaterialProperties
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.Ifc2x3.dll
Syntax
[ExpressType("IfcMaterialProperties", 437)]
public abstract class IfcMaterialProperties : PersistEntity, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IIfcMaterialProperties, IPersistEntity, IPersist, IEquatable<IfcMaterialProperties>
Properties
|
Improve this Doc
View Source
Material
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcMaterial Material { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcMaterialProperties)
Declaration
public bool Equals(IfcMaterialProperties 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
IIfcMaterialProperties.Material
Declaration
IIfcMaterial IIfcMaterialProperties.Material { get; set; }
Returns
|
Improve this Doc
View Source
IIfcExtendedProperties.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcMaterialProperties), 2)]
IfcText? IIfcExtendedProperties.Description { get; set; }
Returns
| Type |
Description |
| System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcExtendedProperties.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcMaterialProperties), 1)]
IfcIdentifier? IIfcExtendedProperties.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcExtendedProperties.Properties
Declaration
[CrossSchemaAttribute(typeof(IIfcMaterialProperties), 3)]
IEnumerable<IIfcProperty> IIfcExtendedProperties.Properties { get; }
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<IIfcProperty> |
|
|
Improve this Doc
View Source
IIfcMaterialProperties.Material
Declaration
[CrossSchemaAttribute(typeof(IIfcMaterialProperties), 4)]
IIfcMaterialDefinition IIfcMaterialProperties.Material { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>