DbGeometry.Length 属性

定义

获取指示此 DbGeometry 值区域的双精度值,如果此值不表示图面,则可以为零。

public:
 property Nullable<double> Length { Nullable<double> get(); };
public double? Length { get; }
member this.Length : Nullable<double>
Public ReadOnly Property Length As Nullable(Of Double)

属性值

该 DbGeometry 值的长度。

适用于