Is3D Property (GeoPolygon)
In This Topic
Gets a value indicating whether any ring in the collection has z-coordinate values.
Syntax
'Declaration
Public Overrides ReadOnly Property Is3D As Boolean
public override bool Is3D {get;}
Property Value
true
if any ring has z-coordinate values; otherwise,
false
.
See Also