IGeometryProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the geometry objects that this object constructs.
public interface IGeometryProvider
type IGeometryProvider = interface
Public Interface IGeometryProvider
- Derived
Properties
ConstructedGeometry |
Gets the geometry object that was constructed most recently. |
Events
ProduceGeometry |
Fires when the provider constructs a geometry object. |