Click or drag to resize

DistanceList Structure

返回用户文档首页
双精度浮点类型
Inheritance Hierarchy
SystemObject
  SystemValueType
    LoongCAD.STC.Friendly.DataTypeDistanceList

Namespace: LoongCAD.STC.Friendly.DataType
Assembly: LoongCAD.STC.Friendly.DataType (in LoongCAD.STC.Friendly.DataType.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(DistanceListConverter))]
public struct DistanceList : IList<Distance>, 
	ICollection<Distance>, IEnumerable<Distance>, IEnumerable, 
	IFormattable

The DistanceList type exposes the following members.

Constructors
 NameDescription
Public methodDistanceList(IEnumerableDistance)Initializes a new instance of the DistanceList class
Public methodDistanceList(IEnumerableDouble)Initializes a new instance of the DistanceList class
Public methodDistanceList(IEnumerableDouble)Initializes a new instance of the DistanceList class
Top
Properties
 NameDescription
Public propertyCount 
Public propertyDistances 
Public propertyIsReadOnly 
Public propertyItem 
Public propertyRawValue 
Top
Methods
See Also