Class IfcSimpleProperty
Inheritance
System.Object
IfcSimpleProperty
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcProperty>
System.IEquatable<IfcSimpleProperty>
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.PropertyResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcSimpleProperty", 4)]
public abstract class IfcSimpleProperty : IfcProperty, INotifyPropertyChanged, IEquatable<IfcProperty>, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IIfcSimpleProperty, IIfcProperty, IPersistEntity, IPersist, IEquatable<IfcSimpleProperty>
Methods
| Improve this Doc View SourceEquals(IfcSimpleProperty)
Declaration
public bool Equals(IfcSimpleProperty other)
Parameters
Type | Name | Description |
---|---|---|
IfcSimpleProperty | 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 SourceIIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>