Class IfcMaterialProfileWithOffsets
Inheritance
System.Object
IfcMaterialProfileWithOffsets
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcMaterialDefinition>
System.IEquatable<IfcMaterialProfile>
System.IEquatable<IfcMaterialProfileWithOffsets>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.MaterialResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcMaterialProfileWithOffsets", 1209)]
public class IfcMaterialProfileWithOffsets : IfcMaterialProfile, INotifyPropertyChanged, IEquatable<IfcMaterialDefinition>, IEquatable<IfcMaterialProfile>, IExpressValidatable, IInstantiableEntity, IIfcMaterialProfileWithOffsets, IIfcMaterialProfile, IIfcMaterialDefinition, IfcMaterialSelect, IIfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMaterialProfileWithOffsets>
Properties
| Improve this Doc View SourceOffsetValues
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.Array, EntityAttributeType.None, new int[]{1}, new int[]{2}, 11)]
public IItemSet<IfcLengthMeasure> OffsetValues { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcLengthMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcMaterialProfileWithOffsets)
Declaration
public bool Equals(IfcMaterialProfileWithOffsets other)
Parameters
Type | Name | Description |
---|---|---|
IfcMaterialProfileWithOffsets | 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> |
IIfcMaterialProfileWithOffsets.OffsetValues
Declaration
IItemSet<IfcLengthMeasure> IIfcMaterialProfileWithOffsets.OffsetValues { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcLengthMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>