Aracılığıyla paylaş


DbGeometry.IsRing Özellik

Tanım

Bu DbGeometry değerinin bir halka olup olmadığını belirten null atanabilir bir Boole değeri alır ve bu değer bir eğriyi temsil etmiyorsa null olabilir.

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)

Özellik Değeri

true Bu DbGeometry değeri bir halka ise; aksi takdirde , false.

Şunlara uygulanır