Partager via


Propriété IGeometryProvider.ConstructedGeometry

Obtient l'objet géométrique qui a été construit en dernier.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
ReadOnly Property ConstructedGeometry As Geometry
    Get
'Utilisation
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

Valeur de propriété

Type : System.Spatial.Geometry
Objet géométrique qui a été construit.

Voir aussi

Référence

IGeometryProvider Interface

Espace de noms System.Spatial