Class IfcProfileDef
Inheritance
System.Object
IfcProfileDef
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("IfcProfileDef", 105)]
public class IfcProfileDef : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcProfileDef>
Properties
|
Improve this Doc
View Source
HasExternalReference
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 3)]
public IEnumerable<IfcExternalReferenceRelationship> HasExternalReference { get; }
Property Value
|
Improve this Doc
View Source
HasProperties
Declaration
[InverseProperty("ProfileDefinition")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 4)]
public IEnumerable<IfcProfileProperties> HasProperties { get; }
Property Value
|
Improve this Doc
View Source
ProfileName
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel? ProfileName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ProfileType
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 1)]
public IfcProfileTypeEnum ProfileType { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcProfileDef)
Declaration
public bool Equals(IfcProfileDef 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
IIfcProfileDef.HasExternalReference
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcProfileDef.HasExternalReference { get; }
Returns
|
Improve this Doc
View Source
IIfcProfileDef.HasProperties
Declaration
IEnumerable<IIfcProfileProperties> IIfcProfileDef.HasProperties { get; }
Returns
|
Improve this Doc
View Source
IIfcProfileDef.ProfileName
Declaration
IfcLabel? IIfcProfileDef.ProfileName { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcProfileDef.ProfileType
Declaration
IfcProfileTypeEnum IIfcProfileDef.ProfileType { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>