Class IfcRoot
Inheritance
System.Object
IfcRoot
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("IfcRoot", 12)]
public abstract class IfcRoot : PersistEntity, INotifyPropertyChanged, IIfcRoot, IPersistEntity, IPersist, IEquatable<IfcRoot>
Properties
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
GlobalId
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcGloballyUniqueId GlobalId { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
OwnerHistory
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcOwnerHistory OwnerHistory { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcRoot)
Declaration
public bool Equals(IfcRoot other)
Parameters
Type |
Name |
Description |
IfcRoot |
other |
|
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
IIfcRoot.Description
Declaration
IfcText? IIfcRoot.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcRoot.GlobalId
Declaration
IfcGloballyUniqueId IIfcRoot.GlobalId { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRoot.Name
Declaration
IfcLabel? IIfcRoot.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcRoot.OwnerHistory
Declaration
IIfcOwnerHistory IIfcRoot.OwnerHistory { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>