Class IfcConversionBasedUnit
Inheritance
System.Object
IfcConversionBasedUnit
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcNamedUnit>
System.IEquatable<IfcConversionBasedUnit>
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.MeasureResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcConversionBasedUnit", 92)]
public class IfcConversionBasedUnit : IfcNamedUnit, INotifyPropertyChanged, IEquatable<IfcNamedUnit>, IExpressValidatable, IInstantiableEntity, IIfcConversionBasedUnit, IIfcNamedUnit, IfcUnit, IIfcUnit, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcConversionBasedUnit>
Properties
| Improve this Doc View SourceConversionFactor
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcMeasureWithUnit ConversionFactor { get; set; }
Property Value
Type | Description |
---|---|
IfcMeasureWithUnit |
FullName
Declaration
public override string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceHasExternalReference
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 5)]
public IEnumerable<IfcExternalReferenceRelationship> HasExternalReference { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcExternalReferenceRelationship> |
Name
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel Name { get; set; }
Property Value
Type | Description |
---|---|
IfcLabel |
Symbol
Get Symbol string for IfcConversionBasedUnit conversion unit
Declaration
public string Symbol { get; }
Property Value
Type | Description |
---|---|
System.String | String holding symbol |
Methods
| Improve this Doc View SourceEquals(IfcConversionBasedUnit)
Declaration
public bool Equals(IfcConversionBasedUnit other)
Parameters
Type | Name | Description |
---|---|---|
IfcConversionBasedUnit | 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> |
IIfcConversionBasedUnit.ConversionFactor
Declaration
IIfcMeasureWithUnit IIfcConversionBasedUnit.ConversionFactor { get; set; }
Returns
Type | Description |
---|---|
IIfcMeasureWithUnit |
IIfcConversionBasedUnit.HasExternalReference
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcConversionBasedUnit.HasExternalReference { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship> |
IIfcConversionBasedUnit.Name
Declaration
IfcLabel IIfcConversionBasedUnit.Name { get; set; }
Returns
Type | Description |
---|---|
IfcLabel |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>