IGeometryProvider Interface

Provides access to the geometry objects that this object constructs.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Interface IGeometryProvider
'Usage
Dim instance As IGeometryProvider
public interface IGeometryProvider
public interface class IGeometryProvider
type IGeometryProvider =  interface end
public interface IGeometryProvider

The IGeometryProvider type exposes the following members.

Properties

  Name Description
Public property ConstructedGeometry Gets the geometry object that was constructed most recently.

Top

Events

  Name Description
Public event ProduceGeometry Fires when the provider constructs a geometry object.

Top

See Also

Reference

System.Spatial Namespace