DbGeometry.Dimension 属性

定义

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

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

属性值

给定 DbGeometry 值的维度。

适用于