LinkDelayEvaluatorPushAdjustmentCache Method |
Pushes the a set of cached adjustments onto the stack.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual IDisposable PushAdjustmentCache()
Public Overridable Function PushAdjustmentCache As IDisposable
public:
virtual IDisposable^ PushAdjustmentCache()
abstract PushAdjustmentCache : unit -> IDisposable
override PushAdjustmentCache : unit -> IDisposable
Return Value
Type:
IDisposableAn instance that can be disposed in order to pop the stack.
See Also