DbGeometry.IsRing 属性

定义

获取一个可为 null 的布尔值,该值指示此 DbGeometry 值是否为环形,如果此值不表示曲线,该值可能为 null。

public:
 property Nullable<bool> IsRing { Nullable<bool> get(); };
public bool? IsRing { get; }
member this.IsRing : Nullable<bool>
Public ReadOnly Property IsRing As Nullable(Of Boolean)

属性值

true 如果此 DbGeometry 值为环形,则为否则,为 false.

适用于