Class IfcTypeObject
Inheritance
System.Object
IfcTypeObject
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("IfcTypeObject", 42)]
public class IfcTypeObject : IfcObjectDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IInstantiableEntity, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcTypeObject>, IExpressValidatable
Properties
|
Improve this Doc
View Source
ApplicableOccurrence
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcLabel? ApplicableOccurrence { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ElementQuantities
Use this method to get all element quantities related to this object
Declaration
public IEnumerable<IfcElementQuantity> ElementQuantities { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcElementQuantity> |
All related element quantities
|
|
Improve this Doc
View Source
HasPropertySets
Declaration
[IndexedProperty]
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 10)]
public IOptionalItemSet<IfcPropertySetDefinition> HasPropertySets { get; }
Property Value
|
Improve this Doc
View Source
ObjectTypeOf
Declaration
[InverseProperty("RelatingType")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 11)]
public IEnumerable<IfcRelDefinesByType> ObjectTypeOf { get; }
Property Value
|
Improve this Doc
View Source
PhysicalSimpleQuantities
Use this to get all physical simple quantities (like length, area, volume, count, etc.)
Declaration
public IEnumerable<IfcPhysicalSimpleQuantity> PhysicalSimpleQuantities { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcPhysicalSimpleQuantity> |
All physical simple quantities (like length, area, volume, count, etc.)
|
|
Improve this Doc
View Source
PropertySets
Declaration
public IEnumerable<IfcPropertySet> PropertySets { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcPropertySet> |
|
|
Improve this Doc
View Source
PropertySingleValues
Declaration
public IDictionary<IfcLabel, Dictionary<IfcIdentifier, IfcValue>> PropertySingleValues { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddPropertySet(IfcPropertySetDefinition)
Declaration
public void AddPropertySet(IfcPropertySetDefinition pSetDefinition)
Parameters
|
Improve this Doc
View Source
Equals(IfcTypeObject)
Declaration
public bool Equals(IfcTypeObject other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetElementPhysicalSimpleQuantity(String, String)
Declaration
public IfcPhysicalSimpleQuantity GetElementPhysicalSimpleQuantity(string pSetName, string qualityName)
Parameters
Type |
Name |
Description |
System.String |
pSetName |
|
System.String |
qualityName |
|
Returns
|
Improve this Doc
View Source
GetElementQuantity(String, Boolean)
Declaration
public IfcElementQuantity GetElementQuantity(string pSetName, bool caseSensitive = true)
Parameters
Type |
Name |
Description |
System.String |
pSetName |
|
System.Boolean |
caseSensitive |
|
Returns
|
Improve this Doc
View Source
GetPropertySet(String, Boolean)
Returns the propertyset of the specified name, null if it does not exist
Declaration
public IfcPropertySet GetPropertySet(string pSetName, bool caseSensitive = true)
Parameters
Type |
Name |
Description |
System.String |
pSetName |
|
System.Boolean |
caseSensitive |
|
Returns
|
Improve this Doc
View Source
GetPropertySingleValue(String, String)
Declaration
public IfcPropertySingleValue GetPropertySingleValue(string pSetName, string propertyName)
Parameters
Type |
Name |
Description |
System.String |
pSetName |
|
System.String |
propertyName |
|
Returns
|
Improve this Doc
View Source
GetPropertySingleValueValue(String, String)
Declaration
public IfcValue GetPropertySingleValueValue(string pSetName, string propertyName)
Parameters
Type |
Name |
Description |
System.String |
pSetName |
|
System.String |
propertyName |
|
Returns
|
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
SetPropertySingleValue(String, String, IfcValue)
Declaration
public IfcPropertySingleValue SetPropertySingleValue(string pSetName, string propertyName, IfcValue value)
Parameters
Type |
Name |
Description |
System.String |
pSetName |
|
System.String |
propertyName |
|
IfcValue |
value |
|
Returns
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcTypeObject.IfcTypeObjectClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcTypeObject.IfcTypeObjectClause 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
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcTypeObject.ApplicableOccurrence
Declaration
IfcLabel? IIfcTypeObject.ApplicableOccurrence { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcTypeObject.HasPropertySets
Declaration
IItemSet<IIfcPropertySetDefinition> IIfcTypeObject.HasPropertySets { get; }
Returns
|
Improve this Doc
View Source
IIfcTypeObject.ObjectTypeOf
Declaration
IEnumerable<IIfcRelDefinesByType> IIfcTypeObject.ObjectTypeOf { get; }
Returns
|
Improve this Doc
View Source
IIfcTypeObject.ApplicableOccurrence
Declaration
[CrossSchemaAttribute(typeof(IIfcTypeObject), 5)]
IfcIdentifier? IIfcTypeObject.ApplicableOccurrence { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTypeObject.DefinedByProperties
Declaration
IEnumerable<IIfcRelDefinesByProperties> IIfcTypeObject.DefinedByProperties { get; }
Returns
|
Improve this Doc
View Source
IIfcTypeObject.HasPropertySets
Declaration
[CrossSchemaAttribute(typeof(IIfcTypeObject), 6)]
IItemSet<IIfcPropertySetDefinition> IIfcTypeObject.HasPropertySets { get; }
Returns
|
Improve this Doc
View Source
IIfcTypeObject.Types
Declaration
IEnumerable<IIfcRelDefinesByType> IIfcTypeObject.Types { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>