Class IfcContext
Inheritance
System.Object
IfcContext
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("IfcContext", 1138)]
public abstract class IfcContext : IfcObjectDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IIfcContext, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcContext>
Properties
|
Improve this Doc
View Source
Declares
Declaration
[InverseProperty("RelatingContext")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 18)]
public IEnumerable<IfcRelDeclares> Declares { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcRelDeclares> |
|
|
Improve this Doc
View Source
IsDefinedBy
Declaration
[InverseProperty("RelatedObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 17)]
public IEnumerable<IfcRelDefinesByProperties> IsDefinedBy { get; }
Property Value
|
Improve this Doc
View Source
LongName
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcLabel? LongName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ObjectType
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcLabel? ObjectType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Phase
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 14)]
public IfcLabel? Phase { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
RepresentationContexts
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 15)]
public IOptionalItemSet<IfcRepresentationContext> RepresentationContexts { get; }
Property Value
|
Improve this Doc
View Source
UnitsInContext
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 16)]
public IfcUnitAssignment UnitsInContext { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcContext)
Declaration
public bool Equals(IfcContext 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
IIfcContext.Declares
Declaration
IEnumerable<IIfcRelDeclares> IIfcContext.Declares { get; }
Returns
|
Improve this Doc
View Source
IIfcContext.IsDefinedBy
Declaration
IEnumerable<IIfcRelDefinesByProperties> IIfcContext.IsDefinedBy { get; }
Returns
|
Improve this Doc
View Source
IIfcContext.LongName
Declaration
IfcLabel? IIfcContext.LongName { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcContext.ObjectType
Declaration
IfcLabel? IIfcContext.ObjectType { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcContext.Phase
Declaration
IfcLabel? IIfcContext.Phase { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcContext.RepresentationContexts
Declaration
IItemSet<IIfcRepresentationContext> IIfcContext.RepresentationContexts { get; }
Returns
|
Improve this Doc
View Source
IIfcContext.UnitsInContext
Declaration
IIfcUnitAssignment IIfcContext.UnitsInContext { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>