Interface IIfcCartesianPointList2D
Readonly interface for IfcCartesianPointList2D
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCartesianPointList2D : IIfcCartesianPointList, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CoordList
Declaration
IItemSet<IItemSet<IfcLengthMeasure>> CoordList { get; }
Property Value
|
Improve this Doc
View Source
TagList
Declaration
IItemSet<IfcLabel> TagList { get; }
Property Value