Class IfcPropertySetDefinition
Inheritance
System.Object
IfcPropertySetDefinition
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcPropertyDefinition>
System.IEquatable<IfcPropertySetDefinition>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.Kernel
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcPropertySetDefinition", 97)]
public abstract class IfcPropertySetDefinition : IfcPropertyDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IPersistEntity, IPersist, IEquatable<IfcPropertySetDefinition>
Properties
| Improve this Doc View SourceDefinesType
Declaration
[InverseProperty("HasPropertySets")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 7)]
public IEnumerable<IfcTypeObject> DefinesType { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcTypeObject> |
PropertyDefinitionOf
Declaration
[InverseProperty("RelatingPropertyDefinition")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 6)]
public IEnumerable<IfcRelDefinesByProperties> PropertyDefinitionOf { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcRelDefinesByProperties> |
PropertySetDefinitions
Declaration
public IEnumerable<IIfcPropertySetDefinition> PropertySetDefinitions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcPropertySetDefinition> |
Methods
| Improve this Doc View SourceEquals(IfcPropertySetDefinition)
Declaration
public bool Equals(IfcPropertySetDefinition other)
Parameters
Type | Name | Description |
---|---|---|
IfcPropertySetDefinition | 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 SourceIIfcPropertySetDefinition.DefinesType
Declaration
IEnumerable<IIfcTypeObject> IIfcPropertySetDefinition.DefinesType { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcTypeObject> |
IIfcPropertySetDefinition.PropertyDefinitionOf
Declaration
IEnumerable<IIfcRelDefinesByProperties> IIfcPropertySetDefinition.PropertyDefinitionOf { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelDefinesByProperties> |
IIfcPropertySetDefinition.DefinesOccurrence
Declaration
IEnumerable<IIfcRelDefinesByProperties> IIfcPropertySetDefinition.DefinesOccurrence { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelDefinesByProperties> |
IIfcPropertySetDefinition.DefinesType
Declaration
IEnumerable<IIfcTypeObject> IIfcPropertySetDefinition.DefinesType { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcTypeObject> |
IIfcPropertySetDefinition.IsDefinedBy
Declaration
IEnumerable<IIfcRelDefinesByTemplate> IIfcPropertySetDefinition.IsDefinedBy { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelDefinesByTemplate> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>