Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ConstructedGeometry | Gets the geometry object that was constructed most recently. |
Top
Events
Name | Description | |
---|---|---|
![]() |
ProduceGeometry | Fires when the provider constructs a geometry object. |
Top