Class IfcSimplePropertyTemplate
Inheritance
System.Object
IfcSimplePropertyTemplate
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("IfcSimplePropertyTemplate", 1267)]
public class IfcSimplePropertyTemplate : IfcPropertyTemplate, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IEquatable<IfcPropertyTemplateDefinition>, IEquatable<IfcPropertyTemplate>, IInstantiableEntity, IIfcSimplePropertyTemplate, IIfcPropertyTemplate, IIfcPropertyTemplateDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSimplePropertyTemplate>
Properties
|
Improve this Doc
View Source
AccessState
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 16)]
public IfcStateEnum? AccessState { get; set; }
Property Value
|
Improve this Doc
View Source
Enumerators
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
public IfcPropertyEnumeration Enumerators { get; set; }
Property Value
|
Improve this Doc
View Source
Expression
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcLabel? Expression { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
PrimaryMeasureType
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcLabel? PrimaryMeasureType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
PrimaryUnit
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 13)]
public IfcUnit PrimaryUnit { get; set; }
Property Value
|
Improve this Doc
View Source
SecondaryMeasureType
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcLabel? SecondaryMeasureType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
SecondaryUnit
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
public IfcUnit SecondaryUnit { get; set; }
Property Value
|
Improve this Doc
View Source
TemplateType
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 9)]
public IfcSimplePropertyTemplateTypeEnum? TemplateType { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcSimplePropertyTemplate)
Declaration
public bool Equals(IfcSimplePropertyTemplate 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
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcSimplePropertyTemplate.AccessState
Declaration
IfcStateEnum? IIfcSimplePropertyTemplate.AccessState { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSimplePropertyTemplate.Enumerators
Declaration
IIfcPropertyEnumeration IIfcSimplePropertyTemplate.Enumerators { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSimplePropertyTemplate.Expression
Declaration
IfcLabel? IIfcSimplePropertyTemplate.Expression { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcSimplePropertyTemplate.PrimaryMeasureType
Declaration
IfcLabel? IIfcSimplePropertyTemplate.PrimaryMeasureType { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcSimplePropertyTemplate.PrimaryUnit
Declaration
IIfcUnit IIfcSimplePropertyTemplate.PrimaryUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSimplePropertyTemplate.SecondaryMeasureType
Declaration
IfcLabel? IIfcSimplePropertyTemplate.SecondaryMeasureType { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcSimplePropertyTemplate.SecondaryUnit
Declaration
IIfcUnit IIfcSimplePropertyTemplate.SecondaryUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSimplePropertyTemplate.TemplateType
Declaration
IfcSimplePropertyTemplateTypeEnum? IIfcSimplePropertyTemplate.TemplateType { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>