Class IfcClassificationNotationFacet
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcClassificationNotationFacet>
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.ExternalReferenceResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcClassificationNotationFacet", 251)]
public class IfcClassificationNotationFacet : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcClassificationNotationFacet, IPersistEntity, IPersist, IEquatable<IfcClassificationNotationFacet>
Properties
| Improve this Doc View SourceNotationValue
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel NotationValue { get; set; }
Property Value
Type | Description |
---|---|
IfcLabel |
Methods
| Improve this Doc View SourceEquals(IfcClassificationNotationFacet)
Declaration
public bool Equals(IfcClassificationNotationFacet other)
Parameters
Type | Name | Description |
---|---|---|
IfcClassificationNotationFacet | 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 SourceIIfcClassificationNotationFacet.NotationValue
Declaration
IfcLabel IIfcClassificationNotationFacet.NotationValue { get; set; }
Returns
Type | Description |
---|---|
IfcLabel |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>