DbGeometry.InteriorRingAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果該 DbGeometry 值代表多邊形,則會從該 DbGeometry 值回傳一個內部環,位置在特定位置。
public:
System::Data::Spatial::DbGeometry ^ InteriorRingAt(int index);
public System.Data.Spatial.DbGeometry InteriorRingAt(int index);
member this.InteriorRingAt : int -> System.Data.Spatial.DbGeometry
Public Function InteriorRingAt (index As Integer) As DbGeometry
參數
- index
- Int32
在這個幾何值中,內環應從中取的位置。
傳回
若代表多邊形,則該幾何形狀中該幾何形狀的內環值;否則,。 null