DbGeometry.Dimension 属性

定义

获取给定值 DbGeometry 的维度,如果该值为一个集合,则获取其中最大元素的维度。

public:
 property int Dimension { int get(); };
public int Dimension { get; }
member this.Dimension : int
Public ReadOnly Property Dimension As Integer

属性值

给定的 DbGeometry 值的维度。

适用于