Class IfcSectionProperties
Inheritance
System.Object
IfcSectionProperties
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("IfcSectionProperties", 184)]
public class IfcSectionProperties : PersistEntity, INotifyPropertyChanged, IIfcSectionProperties, IIfcPreDefinedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcSectionProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSectionProperties>
Properties
|
Improve this Doc
View Source
EndProfile
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcProfileDef EndProfile { get; set; }
Property Value
|
Improve this Doc
View Source
SectionType
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 1)]
public IfcSectionTypeEnum SectionType { get; set; }
Property Value
|
Improve this Doc
View Source
StartProfile
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcProfileDef StartProfile { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcSectionProperties)
Declaration
public bool Equals(IfcSectionProperties 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
IIfcSectionProperties.EndProfile
Declaration
IIfcProfileDef IIfcSectionProperties.EndProfile { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSectionProperties.SectionType
Declaration
IfcSectionTypeEnum IIfcSectionProperties.SectionType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSectionProperties.StartProfile
Declaration
IIfcProfileDef IIfcSectionProperties.StartProfile { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcSectionProperties.EndProfile
Declaration
[CrossSchemaAttribute(typeof(IIfcSectionProperties), 3)]
IIfcProfileDef IIfcSectionProperties.EndProfile { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSectionProperties.SectionType
Declaration
[CrossSchemaAttribute(typeof(IIfcSectionProperties), 1)]
IfcSectionTypeEnum IIfcSectionProperties.SectionType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSectionProperties.StartProfile
Declaration
[CrossSchemaAttribute(typeof(IIfcSectionProperties), 2)]
IIfcProfileDef IIfcSectionProperties.StartProfile { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>