Class IfcProfileProperties
Inheritance
System.Object
IfcProfileProperties
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.Ifc2x3.dll
Syntax
[ExpressType("IfcProfileProperties", 649)]
public abstract class IfcProfileProperties : PersistEntity, INotifyPropertyChanged, IIfcProfileProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IIfcProfileProperties, IPersistEntity, IPersist, IEquatable<IfcProfileProperties>
Properties
|
Improve this Doc
View Source
ProfileDefinition
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcProfileDef ProfileDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
ProfileName
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel? ProfileName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcProfileProperties)
Declaration
public bool Equals(IfcProfileProperties 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
IIfcProfileProperties.ProfileDefinition
Declaration
IIfcProfileDef IIfcProfileProperties.ProfileDefinition { get; set; }
Returns
|
Improve this Doc
View Source
IIfcProfileProperties.ProfileName
Declaration
IfcLabel? IIfcProfileProperties.ProfileName { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcExtendedProperties.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcProfileProperties), 2)]
IfcText? IIfcExtendedProperties.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcExtendedProperties.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcProfileProperties), 1)]
IfcIdentifier? IIfcExtendedProperties.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcExtendedProperties.Properties
Declaration
[CrossSchemaAttribute(typeof(IIfcProfileProperties), 3)]
IEnumerable<IIfcProperty> IIfcExtendedProperties.Properties { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcProperty> |
|
|
Improve this Doc
View Source
IIfcProfileProperties.ProfileDefinition
Declaration
[CrossSchemaAttribute(typeof(IIfcProfileProperties), 4)]
IIfcProfileDef IIfcProfileProperties.ProfileDefinition { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>