Class IfcObjectDefinition
Inheritance
System.Object
IfcObjectDefinition
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("IfcObjectDefinition", 22)]
public abstract class IfcObjectDefinition : IfcRoot, INotifyPropertyChanged, IEquatable<IfcRoot>, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcObjectDefinition>
Properties
|
Improve this Doc
View Source
Decomposes
Declaration
[InverseProperty("RelatedObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 10)]
public IEnumerable<IfcRelAggregates> Decomposes { get; }
Property Value
|
Improve this Doc
View Source
HasAssignments
Declaration
[InverseProperty("RelatedObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 5)]
public IEnumerable<IfcRelAssigns> HasAssignments { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcRelAssigns> |
|
|
Improve this Doc
View Source
HasAssociations
Declaration
[InverseProperty("RelatedObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 11)]
public IEnumerable<IfcRelAssociates> HasAssociations { get; }
Property Value
|
Improve this Doc
View Source
HasContext
Declaration
[InverseProperty("RelatedDefinitions")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 8)]
public IEnumerable<IfcRelDeclares> HasContext { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcRelDeclares> |
|
|
Improve this Doc
View Source
IsDecomposedBy
Declaration
[InverseProperty("RelatingObject")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
public IEnumerable<IfcRelAggregates> IsDecomposedBy { get; }
Property Value
|
Improve this Doc
View Source
IsNestedBy
Declaration
[InverseProperty("RelatingObject")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
public IEnumerable<IfcRelNests> IsNestedBy { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcRelNests> |
|
|
Improve this Doc
View Source
Item[String]
Declaration
public IIfcValue this[string property] { get; }
Parameters
Type |
Name |
Description |
System.String |
property |
|
Property Value
|
Improve this Doc
View Source
Material
Declaration
public IIfcMaterialSelect Material { get; }
Property Value
|
Improve this Doc
View Source
Nests
Declaration
[InverseProperty("RelatedObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 6)]
public IEnumerable<IfcRelNests> Nests { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcRelNests> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcObjectDefinition)
Declaration
public bool Equals(IfcObjectDefinition 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
IIfcObjectDefinition.Decomposes
Declaration
IEnumerable<IIfcRelAggregates> IIfcObjectDefinition.Decomposes { get; }
Returns
|
Improve this Doc
View Source
IIfcObjectDefinition.HasAssignments
Declaration
IEnumerable<IIfcRelAssigns> IIfcObjectDefinition.HasAssignments { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcRelAssigns> |
|
|
Improve this Doc
View Source
IIfcObjectDefinition.HasAssociations
Declaration
IEnumerable<IIfcRelAssociates> IIfcObjectDefinition.HasAssociations { get; }
Returns
|
Improve this Doc
View Source
IIfcObjectDefinition.HasContext
Declaration
IEnumerable<IIfcRelDeclares> IIfcObjectDefinition.HasContext { get; }
Returns
|
Improve this Doc
View Source
IIfcObjectDefinition.IsDecomposedBy
Declaration
IEnumerable<IIfcRelAggregates> IIfcObjectDefinition.IsDecomposedBy { get; }
Returns
|
Improve this Doc
View Source
IIfcObjectDefinition.IsNestedBy
Declaration
IEnumerable<IIfcRelNests> IIfcObjectDefinition.IsNestedBy { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcRelNests> |
|
|
Improve this Doc
View Source
IIfcObjectDefinition.Nests
Declaration
IEnumerable<IIfcRelNests> IIfcObjectDefinition.Nests { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcRelNests> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>