Class IfcDerivedUnit
Inheritance
System.Object
IfcDerivedUnit
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("IfcDerivedUnit", 630)]
public class IfcDerivedUnit : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcDerivedUnit, IfcUnit, IIfcUnit, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcDerivedUnit>, IExpressValidatable
Properties
|
Improve this Doc
View Source
Dimensions
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
public XbimDimensionalExponents Dimensions { get; }
Property Value
|
Improve this Doc
View Source
Elements
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 1)]
public IItemSet<IfcDerivedUnitElement> Elements { get; }
Property Value
|
Improve this Doc
View Source
FullName
Get the full name of the IfcDerivedUnit
Declaration
public string FullName { get; }
Property Value
Type |
Description |
System.String |
string holding full name
|
|
Improve this Doc
View Source
UnitType
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 2)]
public IfcDerivedUnitEnum UnitType { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedType
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel? UserDefinedType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcDerivedUnit)
Declaration
public bool Equals(IfcDerivedUnit 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
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcDerivedUnit.IfcDerivedUnitClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcDerivedUnit.IfcDerivedUnitClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcDerivedUnit.Elements
Declaration
IItemSet<IIfcDerivedUnitElement> IIfcDerivedUnit.Elements { get; }
Returns
|
Improve this Doc
View Source
IIfcDerivedUnit.UnitType
Declaration
IfcDerivedUnitEnum IIfcDerivedUnit.UnitType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcDerivedUnit.UserDefinedType
Declaration
IfcLabel? IIfcDerivedUnit.UserDefinedType { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
Extension Methods