Class IfcCartesianPointList2D
Inheritance
System.Object
IfcCartesianPointList2D
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcCartesianPointList>
System.IEquatable<IfcCartesianPointList2D>
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.GeometricModelResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcCartesianPointList2D", 1117)]
public class IfcCartesianPointList2D : IfcCartesianPointList, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcCartesianPointList>, IInstantiableEntity, IIfcCartesianPointList2D, IIfcCartesianPointList, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcCartesianPointList2D>
Properties
| Improve this Doc View SourceCoordList
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.List, new int[]{1, 2}, new int[]{-1, 2}, 3)]
public IItemSet<IItemSet<IfcLengthMeasure>> CoordList { get; }
Property Value
Type | Description |
---|---|
IItemSet<IItemSet<IfcLengthMeasure>> |
TagList
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 4)]
public IOptionalItemSet<IfcLabel> TagList { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcLabel> |
Methods
| Improve this Doc View SourceEquals(IfcCartesianPointList2D)
Declaration
public bool Equals(IfcCartesianPointList2D other)
Parameters
Type | Name | Description |
---|---|---|
IfcCartesianPointList2D | 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 SourceIIfcCartesianPointList2D.CoordList
Declaration
IItemSet<IItemSet<IfcLengthMeasure>> IIfcCartesianPointList2D.CoordList { get; }
Returns
Type | Description |
---|---|
IItemSet<IItemSet<IfcLengthMeasure>> |
IIfcCartesianPointList2D.TagList
Declaration
IItemSet<IfcLabel> IIfcCartesianPointList2D.TagList { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcLabel> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>