Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the geometry object that was constructed most recently.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
ReadOnly Property ConstructedGeometry As Geometry
Get
'Usage
Dim instance As IGeometryProvider
Dim value As Geometry
value = instance.ConstructedGeometry
Geometry ConstructedGeometry { get; }
property Geometry^ ConstructedGeometry {
Geometry^ get ();
}
abstract ConstructedGeometry : Geometry
function get ConstructedGeometry () : Geometry
Property Value
Type: System.Spatial.Geometry
The geometry object that was constructed.