DbSpatialServices.InteriorRingAt(DbGeometry, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an interior ring from the given DbGeometry value, if it represents a polygon.
public:
abstract System::Data::Spatial::DbGeometry ^ InteriorRingAt(System::Data::Spatial::DbGeometry ^ geometryValue, int index);
public abstract System.Data.Spatial.DbGeometry InteriorRingAt (System.Data.Spatial.DbGeometry geometryValue, int index);
abstract member InteriorRingAt : System.Data.Spatial.DbGeometry * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function InteriorRingAt (geometryValue As DbGeometry, index As Integer) As DbGeometry
Parameters
- geometryValue
- DbGeometry
The geometry value, which need not represent a polygon.
- index
- Int32
The position within the geometry value from which the element should be taken.
Returns
The interior ring in geometryValue
at position index
, if it represents a polygon; otherwise null
.
Exceptions
geometryValue
geometryValue
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.