Class IfcAlignment2DVertical
Inheritance
System.Object
IfcAlignment2DVertical
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcAlignment2DVertical>
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.GeometricConstraintResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcAlignment2DVertical", 1338)]
public class IfcAlignment2DVertical : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IInstantiableEntity, IIfcAlignment2DVertical, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcAlignment2DVertical>
Properties
| Improve this Doc View SourceSegments
Declaration
[IndexedProperty]
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 3)]
public IItemSet<IfcAlignment2DVerticalSegment> Segments { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcAlignment2DVerticalSegment> |
ToAlignmentCurve
Declaration
[InverseProperty("Vertical")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{1}, 4)]
public IEnumerable<IfcAlignmentCurve> ToAlignmentCurve { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcAlignmentCurve> |
Methods
| Improve this Doc View SourceEquals(IfcAlignment2DVertical)
Declaration
public bool Equals(IfcAlignment2DVertical other)
Parameters
Type | Name | Description |
---|---|---|
IfcAlignment2DVertical | 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> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcAlignment2DVertical.Segments
Declaration
IItemSet<IIfcAlignment2DVerticalSegment> IIfcAlignment2DVertical.Segments { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcAlignment2DVerticalSegment> |
IIfcAlignment2DVertical.ToAlignmentCurve
Declaration
IEnumerable<IIfcAlignmentCurve> IIfcAlignment2DVertical.ToAlignmentCurve { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcAlignmentCurve> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>