public bool UpdateOverlay( IDisposable disposable, Geometry geometry, CIMSymbolReference symbol )
Public Overloads Function UpdateOverlay( _ ByVal disposable As IDisposable, _ ByVal geometry As Geometry, _ ByVal symbol As CIMSymbolReference _ ) As Boolean
Parameters
- disposable
- The IDisposable instance returned from an AddOverlay method call.
- geometry
- The geometry to be used for the update.
- symbol
- The symbol to use for the update.
Return Value
True if the overlay was updated. False otherwise.