Class IfcSectionProperties
Inheritance
System.Object
IfcSectionProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPropertyAbstraction>
System.IEquatable<IfcPreDefinedProperties>
System.IEquatable<IfcSectionProperties>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.ProfileResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcSectionProperties", 184)]
public class IfcSectionProperties : IfcPreDefinedProperties, INotifyPropertyChanged, IEquatable<IfcPropertyAbstraction>, IEquatable<IfcPreDefinedProperties>, IInstantiableEntity, IIfcSectionProperties, IIfcPreDefinedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSectionProperties>
Properties
| Improve this Doc View SourceEndProfile
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcProfileDef EndProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcProfileDef |
SectionType
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 2)]
public IfcSectionTypeEnum SectionType { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcSectionTypeEnum |
StartProfile
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcProfileDef StartProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcProfileDef |
Methods
| Improve this Doc View SourceEquals(IfcSectionProperties)
Declaration
public bool Equals(IfcSectionProperties other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcSectionProperties | 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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcSectionProperties.EndProfile
Declaration
IIfcProfileDef IIfcSectionProperties.EndProfile { get; set; }
Returns
| Type | Description |
|---|---|
| IIfcProfileDef |
IIfcSectionProperties.SectionType
Declaration
IfcSectionTypeEnum IIfcSectionProperties.SectionType { get; set; }
Returns
| Type | Description |
|---|---|
| IfcSectionTypeEnum |
IIfcSectionProperties.StartProfile
Declaration
IIfcProfileDef IIfcSectionProperties.StartProfile { get; set; }
Returns
| Type | Description |
|---|---|
| IIfcProfileDef |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>